Update conf/.env
This commit is contained in:
parent
b878e22616
commit
81fc0dac4b
1 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,7 @@ APP_TIMEZONE=__TIMEZONE__
|
||||||
APP_URL=http://__DOMAIN__
|
APP_URL=http://__DOMAIN__
|
||||||
APP_LOCALE=en
|
APP_LOCALE=en
|
||||||
APP_ENVIRONMENT_ONLY=true
|
APP_ENVIRONMENT_ONLY=true
|
||||||
|
APP_INSTALLED=true
|
||||||
|
|
||||||
LOG_CHANNEL=daily
|
LOG_CHANNEL=daily
|
||||||
LOG_DEPRECATIONS_CHANNEL=null
|
LOG_DEPRECATIONS_CHANNEL=null
|
||||||
|
@ -36,7 +37,7 @@ MAIL_USERNAME="__APP__"
|
||||||
MAIL_PASSWORD="__MAIL_PWD__"
|
MAIL_PASSWORD="__MAIL_PWD__"
|
||||||
MAIL_ENCRYPTION=tls
|
MAIL_ENCRYPTION=tls
|
||||||
MAIL_FROM_ADDRESS=no-reply@__DOMAIN__
|
MAIL_FROM_ADDRESS=no-reply@__DOMAIN__
|
||||||
MAIL_FROM_NAME="Pterodactyl Panel"
|
MAIL_FROM_NAME="Pelican Panel"
|
||||||
# You should set this to your domain to prevent it defaulting to 'localhost', causing
|
# You should set this to your domain to prevent it defaulting to 'localhost', causing
|
||||||
# mail servers such as Gmail to reject your mail.
|
# mail servers such as Gmail to reject your mail.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue