Created
May 20, 2018 05:59
-
-
Save Asherslab/27bfb3b95ba29d0be6cb5d94c1940bc3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
APP_ENV=production | |
APP_DEBUG=false | |
APP_KEY=KEY_HERE_BLAH | |
APP_THEME=pterodactyl | |
APP_TIMEZONE=America/New_York | |
APP_CLEAR_TASKLOG=720 | |
APP_DELETE_MINUTES=10 | |
APP_ENVIRONMENT_ONLY=false | |
DB_HOST=db | |
DB_PORT=3306 | |
DB_DATABASE=panel | |
DB_USERNAME=pterodactyl | |
DB_PASSWORD=PASSWORD_HERE_BLAH | |
HASHIDS_SALT=XXtP7SASl82RKThUj1EB | |
HASHIDS_LENGTH=8 | |
MAIL_DRIVER=smtp | |
MAIL_HOST=mailtrap.io | |
MAIL_PORT=2525 | |
MAIL_USERNAME= | |
MAIL_PASSWORD= | |
MAIL_ENCRYPTION=tls | |
[email protected] | |
QUEUE_HIGH=high | |
QUEUE_STANDARD=standard | |
QUEUE_LOW=low | |
[email protected] | |
APP_URL=https://test.lunarsylveon.com | |
CACHE_DRIVER=file | |
SESSION_DRIVER=database | |
QUEUE_DRIVER=database |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment