mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-22 17:12:30 +01:00
20 lines
364 B
Plaintext
20 lines
364 B
Plaintext
APP_ENV=testing
|
|
APP_DEBUG=true
|
|
APP_KEY=SomeRandomString3232RandomString
|
|
APP_THEME=pterodactyl
|
|
APP_TIMEZONE=UTC
|
|
APP_URL=http://localhost/
|
|
|
|
TESTING_DB_HOST=127.0.0.1
|
|
TESTING_DB_DATABASE=travis
|
|
TESTING_DB_USERNAME=root
|
|
TESTING_DB_PASSWORD=""
|
|
|
|
CACHE_DRIVER=array
|
|
SESSION_DRIVER=array
|
|
MAIL_DRIVER=array
|
|
QUEUE_DRIVER=sync
|
|
|
|
HASHIDS_SALT=test123
|
|
APP_ENVIRONMENT_ONLY=true
|