This repository has been archived on 2025-08-04. You can view files and clone it, but cannot push or open issues or pull requests.
Files
rbrecruiter/config/demo.php
Miguel N 3f4bc28fd4 Added Demo mode
Demo mode allows to safely run a demo version of the app, with destructive features limited.

Some bugs were also fixed in this commit.
2021-09-04 00:44:54 +01:00

8 lines
65 B
PHP

<?php
return [
'is_enabled' => env('DEMO_MODE', false)
];