Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Asherslab/27bfb3b95ba29d0be6cb5d94c1940bc3 to your computer and use it in GitHub Desktop.
Save Asherslab/27bfb3b95ba29d0be6cb5d94c1940bc3 to your computer and use it in GitHub Desktop.
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