Skip to content

Commit 0fea8dd

Browse files
authored
config.md: Add site maintenance mode flag (#206)
1 parent 02faad9 commit 0fea8dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/config.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Here's a quick overview of what everything means with an example file:
1212
```php
1313
<?php return array (
1414
'debug' => false, // enables or disables debug mode, used to troubleshoot issues
15+
'offline' => false, // enables or disables site maintenance mode. This makes your site inaccessible to all users (including admins).
1516
'database' =>
1617
array (
1718
'driver' => 'mysql', // the database driver, i.e. MySQL, MariaDB...

0 commit comments

Comments
 (0)