1
0
Fork 0
mirror of synced 2024-06-03 11:24:48 +12:00
appwrite/.env

23 lines
575 B
Bash
Raw Normal View History

2020-07-06 01:51:20 +12:00
_APP_ENV=production
_APP_ENV=development
_APP_OPTIONS_ABUSE=disabled
_APP_OPTIONS_FORCE_HTTPS=disabled
_APP_OPENSSL_KEY_V1=your-secret-key
_APP_DOMAIN=demo.appwrite.io
_APP_DOMAIN_TARGET=demo.appwrite.io
_APP_REDIS_HOST=redis
_APP_REDIS_PORT=6379
_APP_DB_HOST=mariadb
_APP_DB_PORT=3306
_APP_DB_SCHEMA=appwrite
_APP_DB_USER=user
_APP_DB_PASS=password
_APP_INFLUXDB_HOST=influxdb
_APP_INFLUXDB_PORT=8086
_APP_STATSD_HOST=telegraf
_APP_STATSD_PORT=8125
_APP_SMTP_HOST=maildev
2020-07-20 02:42:46 +12:00
_APP_SMTP_PORT=25
2020-07-20 03:17:57 +12:00
_APP_STORAGE_LIMIT=100000000
2020-07-20 02:42:46 +12:00
_APP_FUNCTIONS_TIMEOUT=900
_APP_FUNCTIONS_CONTAINERS=10