1
0
Fork 0
mirror of synced 2024-06-14 08:44:49 +12:00

seems this variable was missing in production compose and .env

This commit is contained in:
Damodar Lohani 2022-03-24 07:29:59 +00:00
parent 9cd6bbf50b
commit dd29f6b288
2 changed files with 2 additions and 0 deletions

1
.env
View file

@ -45,6 +45,7 @@ _APP_SMTP_SECURE=
_APP_SMTP_USERNAME=
_APP_SMTP_PASSWORD=
_APP_STORAGE_LIMIT=30000000
_APP_STORAGE_PREVIEW_LIMIT=20000000
_APP_FUNCTIONS_SIZE_LIMIT=30000000
_APP_FUNCTIONS_TIMEOUT=900
_APP_FUNCTIONS_BUILD_TIMEOUT=900

View file

@ -103,6 +103,7 @@ services:
- _APP_INFLUXDB_HOST
- _APP_INFLUXDB_PORT
- _APP_STORAGE_LIMIT
- _APP_STORAGE_PREVIEW_LIMIT
- _APP_STORAGE_ANTIVIRUS
- _APP_STORAGE_ANTIVIRUS_HOST
- _APP_STORAGE_ANTIVIRUS_PORT