mirror of
https://github.com/grocy/grocy.git
synced 2026-03-28 07:39:25 +01:00
Added possible values to entry page config setting
This commit is contained in:
parent
94e2ec5e15
commit
e3f53aaebd
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user