forked from Alex/Pterodactyl-Panel
20 lines
382 B
Plaintext
20 lines
382 B
Plaintext
APP_ENV=testing
|
|
APP_DEBUG=true
|
|
APP_KEY=SomeRandomString3232RandomString
|
|
APP_THEME=pterodactyl
|
|
APP_TIMEZONE=America/Los_Angeles
|
|
APP_URL=http://localhost/
|
|
|
|
TESTING_DB_HOST=127.0.0.1
|
|
TESTING_DB_DATABASE=panel_test
|
|
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
|