This commit is contained in:
parent
f03940fe61
commit
c570275387
4 changed files with 59 additions and 0 deletions
11
.env.example
11
.env.example
|
@ -47,3 +47,14 @@ SERVALA_DEFAULT_ORIGIN='1'
|
|||
SERVALA_KEYCLOAK_CLIENT_ID='portal.servala.com'
|
||||
SERVALA_KEYCLOAK_CLIENT_SECRET=''
|
||||
SERVALA_KEYCLOAK_SERVER_URL=''
|
||||
|
||||
# S3 Storage settings (optional, for using S3 compatible storage for media files)
|
||||
# If these are set, Django will use S3 for default file storage.
|
||||
# Defaults are indicated if any.
|
||||
# SERVALA_STORAGE_BUCKET_NAME=''
|
||||
# SERVALA_S3_ENDPOINT_URL=''
|
||||
# SERVALA_ACCESS_KEY_ID=''
|
||||
# SERVALA_SECRET_ACCESS_KEY=''
|
||||
# SERVALA_S3_REGION_NAME='eu-central-1'
|
||||
# SERVALA_S3_ADDRESSING_STYLE='virtual'
|
||||
# SERVALA_S3_SIGNATURE_VERSION='s3v4'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue