Miguel N
3f4bc28fd4
Demo mode allows to safely run a demo version of the app, with destructive features limited. Some bugs were also fixed in this commit.
8 lines
65 B
PHP
8 lines
65 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'is_enabled' => env('DEMO_MODE', false)
|
|
|
|
];
|