mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 22:44:46 +02:00
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
@ -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…
x
Reference in New Issue
Block a user