💯 Lets not accidentally drop the entire database again.

This commit is contained in:
Dane Everitt 2018-05-31 22:30:05 -07:00
parent c86690a695
commit b50f314eda
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
2 changed files with 25 additions and 5 deletions

View file

@ -3,7 +3,7 @@ APP_DEBUG=false
APP_KEY=NDWgIKKi9ovNK1PXZpzfNVSBdfCXGb5i
APP_JWT_KEY=test1234
APP_TIMEZONE=America/Los_Angeles
APP_URL=http://192.168.1.249
APP_URL=http://pterodactyl.local
CACHE_DRIVER=file
SESSION_DRIVER=file
@ -19,7 +19,8 @@ APP_SERVICE_AUTHOR=testing@pterodactyl.io
MAIL_FROM_NAME="Pterodactyl Panel"
RECAPTCHA_ENABLED=false
DB_HOST=services.pterodactyl.local
DB_DATABASE=panel_test
DB_USERNAME=panel_test
DB_PASSWORD=Test1234
DB_CONNECTION=testing
TESTING_DB_HOST=services.pterodactyl.local
TESTING_DB_DATABASE=panel_test
TESTING_DB_USERNAME=panel_test
TESTING_DB_PASSWORD=Test1234