mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
region environment variables
This commit is contained in:
parent
2634c5ae19
commit
349833573f
2 changed files with 7 additions and 1 deletions
3
.env
3
.env
|
|
@ -81,6 +81,9 @@ _APP_USAGE_DATABASE_INTERVAL=15
|
|||
_APP_USAGE_STATS=enabled
|
||||
_APP_LOGGING_PROVIDER=
|
||||
_APP_LOGGING_CONFIG=
|
||||
_APP_REGION_DEFAULT=default
|
||||
_APP_REGIIONS=default
|
||||
_APP_REGION_DISABLED=
|
||||
DOCKERHUB_PULL_USERNAME=
|
||||
DOCKERHUB_PULL_PASSWORD=
|
||||
DOCKERHUB_PULL_EMAIL=
|
||||
|
|
@ -255,7 +255,10 @@ ENV _APP_SERVER=swoole \
|
|||
_APP_MAINTENANCE_RETENTION_ABUSE=86400 \
|
||||
_APP_MAINTENANCE_INTERVAL=86400 \
|
||||
_APP_LOGGING_PROVIDER= \
|
||||
_APP_LOGGING_CONFIG=
|
||||
_APP_LOGGING_CONFIG= \
|
||||
_APP_REGIONS=default \
|
||||
_APP_REGION_DEFAULT=default \
|
||||
_APP_REGION_DISABLED=
|
||||
|
||||
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue