mirror of
https://github.com/grocy/grocy.git
synced 2025-10-12 16:44:55 +00:00
Handle demo mode via a setting instead of checking the existence of a file (closes #484)
This commit is contained in:
@@ -15,7 +15,8 @@
|
||||
|
||||
|
||||
# Either "production", "dev", "demo" or "prerelease"
|
||||
# ("demo" and "prerelease" is reserved to be used only on the offical demo instances)
|
||||
# When not "production", authentication will be disabled and
|
||||
# demo data will be populated during database migrations
|
||||
Setting('MODE', 'production');
|
||||
|
||||
# Either "en" or "de" or the directory name of
|
||||
|
Reference in New Issue
Block a user