mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-10 02:13:44 +02:00
Fix cipher exception that gets thrown if APP_KEY is too short
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
APP_ENV=production
|
||||
APP_DEBUG=false
|
||||
APP_KEY=SomeRandomString
|
||||
APP_KEY=SomeRandomString3232RandomString
|
||||
|
||||
DB_HOST=localhost
|
||||
DB_PORT=3306
|
||||
|
||||
Reference in New Issue
Block a user