Skip to content

Commit 3e55a79

Browse files
committed
Don't default to redis on the first runs, causes errors when trying to setup environment
1 parent 21685d6 commit 3e55a79

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.env.example

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ DB_DATABASE=panel
1616
DB_USERNAME=pterodactyl
1717
DB_PASSWORD=
1818

19+
SESSION_DRIVER=file
20+
CACHE_DRIVER=file
21+
1922
HASHIDS_SALT=
2023
HASHIDS_LENGTH=8
2124

0 commit comments

Comments
 (0)