1
0
Fork 0
mirror of synced 2024-06-26 10:10:57 +12:00

Default key

This commit is contained in:
eldadfux 2019-09-03 15:08:32 +03:00
parent b720f1bb97
commit 5416d47485
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ ENV TZ=Asia/Tel_Aviv
ENV _APP_ENV production
ENV _APP_HOME https://appwrite.io
ENV _APP_EDITION community
ENV _APP_OPENSSL_KEY_V1 empty
ENV _APP_OPENSSL_KEY_V1 your-secret-key
ENV _APP_REDIS_HOST redis
ENV _APP_REDIS_PORT 6379
ENV _APP_DB_HOST mariadb

View file

@ -20,7 +20,7 @@ services:
- telegraf
environment:
- _APP_ENV=development
- _APP_OPENSSL_KEY_V1=
- _APP_OPENSSL_KEY_V1=your-secret-key
- _APP_REDIS_HOST=redis
- _APP_REDIS_PORT=6379
- _APP_DB_HOST=mariadb