Fixed hardcoded nonsense in api config
This commit is contained in:
@@ -12,8 +12,10 @@ AUTH_CLIENT_ID=
|
||||
AUTH_CLIENT_SECRET=
|
||||
AUTH_REDIRECT_URI=
|
||||
AUTH_REVOCATION_URI=
|
||||
AUTH_END_SESSION_URI=
|
||||
# AUTH_MODE=mock #uncomment this to bypass authentik
|
||||
|
||||
# SERVER SETTINGS
|
||||
SERVER_PORT=3000
|
||||
CLIENT_URL= # This is whatever URL the client web app is served on
|
||||
CLIENT_URL= # This is whatever URL the client web app is served on
|
||||
CLIENT_DOMAIN= #whatever.com
|
||||
Reference in New Issue
Block a user