mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 04:12:59 +00:00
Added possible values to entry page config setting
This commit is contained in:
@@ -46,8 +46,9 @@ Setting('STOCK_BARCODE_LOOKUP_PLUGIN', 'DemoBarcodeLookupPlugin');
|
||||
# set this to true
|
||||
Setting('DISABLE_URL_REWRITING', false);
|
||||
|
||||
# By default the homepage will be set to the stock overview.
|
||||
# You can set this to any overview you want. Example: Use recipes to set the homepage to the recipes overview.
|
||||
# Specify an custom homepage if desired. By default the homepage will be set to the stock overview.
|
||||
# You can chosen one of the following values:
|
||||
# stock, shoppinglist, recipes, chores, tasks, batteries, equipment, calendar
|
||||
Setting('ENTRY_PAGE', 'stock');
|
||||
|
||||
# Set this to true if you want to disable authentication / the login screen,
|
||||
|
Reference in New Issue
Block a user