mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-14 02:12:06 +02:00
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…
x
Reference in New Issue
Block a user