File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ AUTH0_CLIENT_ID=<your-dev-client-id>
88AUTH0_CLIENT_SECRET = <your-dev-client-secret>
99AUTH0_MANAGEMENT_CLIENT_ID = <your-dev-m2m-client-id>
1010AUTH0_MANAGEMENT_CLIENT_SECRET = <your-dev-m2m-secret>
11- AUTH0_SCOPE = ' openid profile email offline_access read:chat write:chat read:profile write:profile manage:google_auth read:memory write:memory read:tasks write:tasks read:notifications read:config write:config admin:user_metadata read:journal write:journal'
11+ AUTH0_SCOPE = " openid profile email offline_access read:chat write:chat read:profile write:profile manage:google_auth read:memory write:memory read:tasks write:tasks read:notifications read:config write:config admin:user_metadata read:journal write:journal"
1212
1313# --- Database ---
1414MONGO_URI = " mongodb+srv://<user>:<password>@<cluster>.mongodb.net/"
Original file line number Diff line number Diff line change 22set -e
33
44if [ -f /app/.env ]; then
5+ dos2unix /app/.env
56 echo " Loading environment variables from /app/.env"
67 set -a
78 . /app/.env
You can’t perform that action at this time.
0 commit comments