Skip to content

Commit

Permalink
Reverb fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalbaljet committed Mar 17, 2024
1 parent f9a2eca commit 89b5516
Show file tree
Hide file tree
Showing 5 changed files with 843 additions and 431 deletions.
4 changes: 4 additions & 0 deletions app/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,15 @@ MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS="[email protected]"
MAIL_FROM_NAME="${APP_NAME}"

REVERB_HOST=127.0.0.1
REVERB_PORT=8080
REVERB_APP_KEY=12345678901234567890
REVERB_APP_SECRET=12345678901234567890
REVERB_APP_ID=1234567
REVERB_SCHEME=http

VITE_REVERB_HOST="${REVERB_HOST}"
VITE_REVERB_PORT="${REVERB_PORT}"
VITE_REVERB_APP_KEY="${REVERB_APP_KEY}"
VITE_REVERB_APP_SECRET="${REVERB_APP_SECRET}"
VITE_REVERB_APP_ID="${REVERB_APP_ID}"
Expand Down
4 changes: 4 additions & 0 deletions app/.env.example.mysql
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,15 @@ MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS="[email protected]"
MAIL_FROM_NAME="${APP_NAME}"

REVERB_HOST=127.0.0.1
REVERB_PORT=8080
REVERB_APP_KEY=12345678901234567890
REVERB_APP_SECRET=12345678901234567890
REVERB_APP_ID=1234567
REVERB_SCHEME=http

VITE_REVERB_HOST="${REVERB_HOST}"
VITE_REVERB_PORT="${REVERB_PORT}"
VITE_REVERB_APP_KEY="${REVERB_APP_KEY}"
VITE_REVERB_APP_SECRET="${REVERB_APP_SECRET}"
VITE_REVERB_APP_ID="${REVERB_APP_ID}"
Expand Down
4 changes: 4 additions & 0 deletions app/.env.example.postgres
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,15 @@ MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS="[email protected]"
MAIL_FROM_NAME="${APP_NAME}"

REVERB_HOST=127.0.0.1
REVERB_PORT=8080
REVERB_APP_KEY=12345678901234567890
REVERB_APP_SECRET=12345678901234567890
REVERB_APP_ID=1234567
REVERB_SCHEME=http

VITE_REVERB_HOST="${REVERB_HOST}"
VITE_REVERB_PORT="${REVERB_PORT}"
VITE_REVERB_APP_KEY="${REVERB_APP_KEY}"
VITE_REVERB_APP_SECRET="${REVERB_APP_SECRET}"
VITE_REVERB_APP_ID="${REVERB_APP_ID}"
Expand Down
Loading

0 comments on commit 89b5516

Please sign in to comment.