1
0
Fork 0
mirror of synced 2024-05-20 12:42:39 +12:00

patch: updated env and docker files

This commit is contained in:
Christy Jacob 2020-12-22 18:27:22 +05:30
parent 0a363cd78a
commit 3898656f59
2 changed files with 3 additions and 2 deletions

2
.env
View file

@ -27,4 +27,4 @@ _APP_SMTP_PASSWORD=
_APP_STORAGE_LIMIT=10000000
_APP_FUNCTIONS_TIMEOUT=900
_APP_FUNCTIONS_CONTAINERS=10
_APP_MAINTENANCE_INTERVAL=60
_APP_MAINTENANCE_INTERVAL=86400

View file

@ -94,7 +94,8 @@ ENV _APP_SERVER=swoole \
_APP_FUNCTIONS_CONTAINERS=10 \
_APP_SETUP=self-hosted \
_APP_VERSION=$VERSION \
_APP_MAINTENANCE_INTERVAL=60
# 1 Day = 86400 s
_APP_MAINTENANCE_INTERVAL=86400
#ENV _APP_SMTP_SECURE ''
#ENV _APP_SMTP_USERNAME ''
#ENV _APP_SMTP_PASSWORD ''