Added new option to .env config
This commit is contained in:
parent
bce7a57459
commit
45a607ea33
2
.env
2
.env
|
@ -38,6 +38,8 @@ APP_DEBUG=true
|
||||||
APP_ENV=local
|
APP_ENV=local
|
||||||
LOG_CHANNEL=stack
|
LOG_CHANNEL=stack
|
||||||
LOG_LEVEL=debug
|
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.
|
#Database Settings=Should be left alone. If you wish to use mysql you'd have to seed the database again.
|
||||||
DB_CONNECTION=sqlite
|
DB_CONNECTION=sqlite
|
||||||
|
|
|
@ -38,6 +38,8 @@ APP_DEBUG=true
|
||||||
APP_ENV=local
|
APP_ENV=local
|
||||||
LOG_CHANNEL=stack
|
LOG_CHANNEL=stack
|
||||||
LOG_LEVEL=debug
|
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.
|
#Database Settings=Should be left alone. If you wish to use mysql you'd have to seed the database again.
|
||||||
DB_CONNECTION=sqlite
|
DB_CONNECTION=sqlite
|
||||||
|
|
Loading…
Reference in New Issue