Don't default to redis on the first runs, causes errors when trying to setup environment
This commit is contained in:
parent
21685d6fc6
commit
3e55a79439
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@ DB_DATABASE=panel
|
||||||
DB_USERNAME=pterodactyl
|
DB_USERNAME=pterodactyl
|
||||||
DB_PASSWORD=
|
DB_PASSWORD=
|
||||||
|
|
||||||
|
SESSION_DRIVER=file
|
||||||
|
CACHE_DRIVER=file
|
||||||
|
|
||||||
HASHIDS_SALT=
|
HASHIDS_SALT=
|
||||||
HASHIDS_LENGTH=8
|
HASHIDS_LENGTH=8
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue