Update conf/.env

This commit is contained in:
denis 2024-10-28 17:31:00 -04:00
parent b878e22616
commit 81fc0dac4b

View file

@ -6,6 +6,7 @@ APP_TIMEZONE=__TIMEZONE__
APP_URL=http://__DOMAIN__
APP_LOCALE=en
APP_ENVIRONMENT_ONLY=true
APP_INSTALLED=true
LOG_CHANNEL=daily
LOG_DEPRECATIONS_CHANNEL=null
@ -36,7 +37,7 @@ MAIL_USERNAME="__APP__"
MAIL_PASSWORD="__MAIL_PWD__"
MAIL_ENCRYPTION=tls
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
# mail servers such as Gmail to reject your mail.
#