Don't default to redis on the first runs, causes errors when trying to setup environment

This commit is contained in:
DaneEveritt 2022-05-04 17:48:09 -04:00
parent 21685d6fc6
commit 3e55a79439
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53

View file

@ -16,6 +16,9 @@ DB_DATABASE=panel
DB_USERNAME=pterodactyl
DB_PASSWORD=
SESSION_DRIVER=file
CACHE_DRIVER=file
HASHIDS_SALT=
HASHIDS_LENGTH=8