-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #192 from Vincit/release/summer-2024
Release/summer 2024
- Loading branch information
Showing
17 changed files
with
498 additions
and
247 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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Docker compose env | ||
|
||
MONGO_LOCAL_PORT=27017 | ||
BACKEND_LOCAL_PORT=8080 | ||
FRONTEND_LOCAL_PORT=3000 | ||
VITE_BACKEND_URL=http://backend:8080 | ||
|
||
# MongoDB Environment | ||
MONGO_INITDB_DATABASE=getaroom | ||
MONGO_INITDB_ROOT_USERNAME=root | ||
MONGO_INITDB_ROOT_PASSWORD=testroot | ||
MONGO_EXPRESS_USERNAME=admin | ||
MONGO_EXPRESS_PASSWORD=testadmin | ||
|
||
DB_OVERRIDE_URL=mongodb://getaroom:getaroom@mongodb/getaroom?retryWrites=true&w=majority | ||
ME_CONFIG_MONGODB_URL=mongo://root:testroot@mongodb | ||
|
||
# Secret for JWT token, could be any long random string | ||
JWT_SECRET="foobarbaz123foobarbaz123foobarbaz123foobarbaz123" | ||
|
||
# Client ID is found here: (https://console.cloud.google.com/apis/credentials?project=get-a-room-326217), go to "OAuth 2.0 Client IDs" -> "Get A Room!" -> "Client ID" | ||
GOOGLE_CLIENT_ID="" | ||
|
||
# Client secret is found here: (https://console.cloud.google.com/apis/credentials?project=get-a-room-326217), go to "OAuth 2.0 Client IDs" -> "Get A Room!" -> "Client secret" | ||
GOOGLE_CLIENT_SECRET="" | ||
|
||
# Google Customer ID is found here: (https://admin.google.com/ac/accountsettings/profile) | ||
GOOGLE_CUSTOMER_ID="" | ||
|
||
TZ=Etc/UTC |
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 |
---|---|---|
|
@@ -29,3 +29,4 @@ yarn-error.log* | |
.env | ||
*.iml | ||
.idea | ||
.vapidkey |
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
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
Oops, something went wrong.