mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Fix for tests
This commit is contained in:
parent
3b9b751d5a
commit
76cb9c14fe
1 changed files with 2 additions and 2 deletions
4
.env
4
.env
|
|
@ -1,6 +1,6 @@
|
|||
_APP_ENV=production
|
||||
_APP_ENV=development
|
||||
_APP_CONSOLE_WHITELIST_GOD=enabled
|
||||
_APP_CONSOLE_WHITELIST_GOD=disabled
|
||||
_APP_CONSOLE_WHITELIST_EMAILS=
|
||||
_APP_CONSOLE_WHITELIST_IPS=
|
||||
_APP_SYSTEM_EMAIL_NAME=Appwrite
|
||||
|
|
@ -26,7 +26,7 @@ _APP_INFLUXDB_HOST=influxdb
|
|||
_APP_INFLUXDB_PORT=8086
|
||||
_APP_STATSD_HOST=telegraf
|
||||
_APP_STATSD_PORT=8125
|
||||
_APP_SMTP_HOST=
|
||||
_APP_SMTP_HOST=maildev
|
||||
_APP_SMTP_PORT=25
|
||||
_APP_SMTP_SECURE=
|
||||
_APP_SMTP_USERNAME=
|
||||
|
|
|
|||
Loading…
Reference in a new issue