mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-22 17:12:30 +01:00
21 lines
351 B
Plaintext
21 lines
351 B
Plaintext
APP_ENV=testing
|
|
APP_DEBUG=true
|
|
APP_KEY=SomeRandomString3232RandomString
|
|
APP_THEME=pterodactyl
|
|
APP_TIMEZONE=UTC
|
|
APP_URL=http://localhost/
|
|
APP_ENVIRONMENT_ONLY=true
|
|
|
|
DB_CONNECTION=mysql
|
|
DB_HOST=127.0.0.1
|
|
DB_DATABASE=testing
|
|
DB_USERNAME=root
|
|
DB_PASSWORD=
|
|
|
|
CACHE_DRIVER=array
|
|
SESSION_DRIVER=array
|
|
MAIL_DRIVER=array
|
|
QUEUE_DRIVER=sync
|
|
|
|
HASHIDS_SALT=test123
|