2016-01-23 20:46:28 +00:00
|
|
|
APP_ENV=production
|
|
|
|
APP_DEBUG=false
|
2017-12-31 01:39:59 +00:00
|
|
|
APP_KEY=
|
2017-01-22 18:51:56 +00:00
|
|
|
APP_THEME=pterodactyl
|
2017-11-23 21:08:35 +00:00
|
|
|
APP_TIMEZONE=America/New_York
|
2016-10-21 20:36:40 +00:00
|
|
|
APP_CLEAR_TASKLOG=720
|
2016-10-28 00:05:29 +00:00
|
|
|
APP_DELETE_MINUTES=10
|
2017-12-30 22:16:49 +00:00
|
|
|
APP_ENVIRONMENT_ONLY=true
|
2018-05-20 23:38:27 +00:00
|
|
|
LOG_CHANNEL=daily
|
2018-05-04 12:04:24 +00:00
|
|
|
APP_LOCALE=en
|
2021-12-04 18:26:00 +00:00
|
|
|
APP_URL=http://panel.example.com
|
2016-01-12 03:04:11 +00:00
|
|
|
|
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
|
|
|
|
2017-09-10 04:55:21 +00:00
|
|
|
HASHIDS_SALT=
|
|
|
|
HASHIDS_LENGTH=8
|
|
|
|
|
2016-01-12 03:04:11 +00:00
|
|
|
MAIL_DRIVER=smtp
|
2020-12-17 23:08:01 +00:00
|
|
|
MAIL_HOST=smtp.example.com
|
|
|
|
MAIL_PORT=25
|
2017-11-04 22:44:37 +00:00
|
|
|
MAIL_USERNAME=
|
|
|
|
MAIL_PASSWORD=
|
|
|
|
MAIL_ENCRYPTION=tls
|
2017-11-23 21:08:35 +00:00
|
|
|
MAIL_FROM=no-reply@example.com
|
2021-06-05 15:38:47 +00:00
|
|
|
MAILGUN_ENDPOINT=api.mailgun.net
|
2021-04-17 19:18:13 +00:00
|
|
|
# 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
|
2021-12-04 18:26:00 +00:00
|
|
|
# SERVER_NAME=panel.example.com
|
2016-01-12 06:05:44 +00:00
|
|
|
|
2016-10-27 21:16:47 +00:00
|
|
|
QUEUE_HIGH=high
|
|
|
|
QUEUE_STANDARD=standard
|
|
|
|
QUEUE_LOW=low
|