-
-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f9a2eca
commit 89b5516
Showing
5 changed files
with
843 additions
and
431 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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}" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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}" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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}" | ||
|
Oops, something went wrong.