mirror of
https://github.com/appwrite/appwrite
synced 2026-05-06 06:48:22 +00:00
revert: wildcard hostname in .env
This commit is contained in:
parent
8ad15b2df1
commit
2d195fb74e
1 changed files with 1 additions and 1 deletions
2
.env
2
.env
|
|
@ -7,7 +7,7 @@ _APP_CONSOLE_WHITELIST_EMAILS=
|
|||
_APP_CONSOLE_SESSION_ALERTS=enabled
|
||||
_APP_CONSOLE_WHITELIST_IPS=
|
||||
_APP_CONSOLE_COUNTRIES_DENYLIST=AQ
|
||||
_APP_CONSOLE_HOSTNAMES=localhost,appwrite.io,*.appwrite.io,*
|
||||
_APP_CONSOLE_HOSTNAMES=localhost,appwrite.io,*.appwrite.io
|
||||
_APP_SYSTEM_EMAIL_NAME=Appwrite
|
||||
_APP_SYSTEM_EMAIL_ADDRESS=team@appwrite.io
|
||||
_APP_EMAIL_SECURITY=security@appwrite.io
|
||||
|
|
|
|||
Loading…
Reference in a new issue