Updated BASE_URL and AUTH_DOMAIN in env example and pages
This commit is contained in:
19
api/.env.example
Normal file
19
api/.env.example
Normal file
@@ -0,0 +1,19 @@
|
||||
# DATABASE SETTINGS
|
||||
DB_HOST=
|
||||
DB_PORT=
|
||||
DB_DATABASE=
|
||||
DB_USERNAME=
|
||||
DB_PASSWORD=
|
||||
|
||||
# AUTH SETTINGS
|
||||
AUTH_DOMAIN=
|
||||
AUTH_ISSUER=
|
||||
AUTH_CLIENT_ID=
|
||||
AUTH_CLIENT_SECRET=
|
||||
AUTH_REDIRECT_URI=
|
||||
AUTH_REVOCATION_URI=
|
||||
# AUTH_MODE=mock #uncomment this to bypass authentik
|
||||
|
||||
# SERVER SETTINGS
|
||||
SERVER_PORT=3000
|
||||
|
||||
Reference in New Issue
Block a user