Skip to content

Commit 45a607e

Browse files
committed
Added new option to .env config
1 parent bce7a57 commit 45a607e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.env

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ APP_DEBUG=true
3838
APP_ENV=local
3939
LOG_CHANNEL=stack
4040
LOG_LEVEL=debug
41+
#=Disables all routes and displays a Maintenance placeholder page.
42+
MAINTENANCE_MODE=false
4143

4244
#Database Settings=Should be left alone. If you wish to use mysql you'd have to seed the database again.
4345
DB_CONNECTION=sqlite

storage/backups/default_settings

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ APP_DEBUG=true
3838
APP_ENV=local
3939
LOG_CHANNEL=stack
4040
LOG_LEVEL=debug
41+
#=Disables all routes and displays a Maintenance placeholder page.
42+
MAINTENANCE_MODE=false
4143

4244
#Database Settings=Should be left alone. If you wish to use mysql you'd have to seed the database again.
4345
DB_CONNECTION=sqlite

0 commit comments

Comments
 (0)