forked from Alex/Pterodactyl-Panel
Fix cipher exception that gets thrown if APP_KEY is too short
This commit is contained in:
parent
133d20948c
commit
28d45fed54
@ -1,6 +1,6 @@
|
||||
APP_ENV=production
|
||||
APP_DEBUG=false
|
||||
APP_KEY=SomeRandomString
|
||||
APP_KEY=SomeRandomString3232RandomString
|
||||
|
||||
DB_HOST=localhost
|
||||
DB_PORT=3306
|
||||
|
Loading…
Reference in New Issue
Block a user