This website requires JavaScript.
Explore
Help
Register
Sign In
miguel456
/
athenahr
Watch
1
Star
0
Fork
0
You've already forked athenahr
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
athenahr
/
config
/
demo.php
8 lines
66 B
PHP
Raw
Normal View
History
Unescape
Escape
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
<
?
php
return
[
refactor: code style changes Signed-off-by: miguel456 <me@nogueira.codes>
2023-01-15 00:04:00 +00:00
'is_enabled'
=>
env
(
'DEMO_MODE'
,
false
),
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
];
Reference in New Issue
Copy Permalink