Add auth configuration to .env and settings.py
This commit is contained in:
parent
512b4e0ed9
commit
9079828a9b
2 changed files with 20 additions and 0 deletions
|
@ -36,3 +36,7 @@ SERVALA_EMAIL_SSL='False'
|
|||
|
||||
# If the default OrganizationOrigin is **not** the one with the database ID 1, set it here.
|
||||
SERVALA_DEFAULT_ORIGIN='1'
|
||||
|
||||
SERVALA_KEYCLOAK_CLIENT_ID='portal.servala.com'
|
||||
SERVALA_KEYCLOAK_CLIENT_SECRET=''
|
||||
SERVALA_KEYCLOAK_SERVER_URL=''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue