Added new option to .env config

This commit is contained in:
Julian Prieber 2022-08-08 14:27:00 +02:00
parent bce7a57459
commit 45a607ea33
2 changed files with 4 additions and 0 deletions

2
.env
View File

@ -38,6 +38,8 @@ APP_DEBUG=true
APP_ENV=local
LOG_CHANNEL=stack
LOG_LEVEL=debug
#=Disables all routes and displays a Maintenance placeholder page.
MAINTENANCE_MODE=false
#Database Settings=Should be left alone. If you wish to use mysql you'd have to seed the database again.
DB_CONNECTION=sqlite

View File

@ -38,6 +38,8 @@ APP_DEBUG=true
APP_ENV=local
LOG_CHANNEL=stack
LOG_LEVEL=debug
#=Disables all routes and displays a Maintenance placeholder page.
MAINTENANCE_MODE=false
#Database Settings=Should be left alone. If you wish to use mysql you'd have to seed the database again.
DB_CONNECTION=sqlite