APP_ENV=production APP_DEBUG=false APP_KEY= APP_THEME=pterodactyl APP_TIMEZONE=__TIMEZONE__ APP_URL=http://__DOMAIN__ APP_LOCALE=en APP_ENVIRONMENT_ONLY=true APP_INSTALLED=true LOG_CHANNEL=daily LOG_DEPRECATIONS_CHANNEL=null LOG_LEVEL=debug DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=__DB_USER__ DB_USERNAME=__DB_NAME__ DB_PASSWORD=__DB_PWD__ REDIS_HOST=127.0.0.1 REDIS_PASSWORD=null REDIS_PORT=6379 CACHE_DRIVER=file QUEUE_CONNECTION=redis SESSION_DRIVER=file HASHIDS_SALT= HASHIDS_LENGTH=8 MAIL_MAILER=smtp MAIL_HOST=localhost MAIL_PORT=25 MAIL_USERNAME="__APP__" MAIL_PASSWORD="__MAIL_PWD__" MAIL_ENCRYPTION=tls MAIL_FROM_ADDRESS=no-reply@__DOMAIN__ 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. # # @see: https://github.com/pterodactyl/panel/pull/3110 # MAIL_EHLO_DOMAIN=panel.example.com