misc_pterodactyl-panel/.env.example

44 lines
870 B
Text
Raw Permalink Normal View History

2016-01-23 20:46:28 +00:00
APP_ENV=production
APP_DEBUG=false
APP_KEY=
APP_TIMEZONE=UTC
APP_URL=http://panel.example.com
APP_LOCALE=en
APP_ENVIRONMENT_ONLY=true
LOG_CHANNEL=daily
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug
2016-01-12 03:04:11 +00:00
DB_CONNECTION=mysql
2017-11-04 22:37:06 +00:00
DB_HOST=127.0.0.1
2016-01-12 03:37:12 +00:00
DB_PORT=3306
2017-11-04 22:37:06 +00:00
DB_DATABASE=panel
DB_USERNAME=pterodactyl
2017-11-04 22:41:52 +00:00
DB_PASSWORD=
2016-01-12 03:04:11 +00:00
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=smtp.example.com
MAIL_PORT=25
2017-11-04 22:44:37 +00:00
MAIL_USERNAME=
MAIL_PASSWORD=
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS=no-reply@example.com
MAIL_FROM_NAME="Pterodactyl 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