Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.59 KB

File metadata and controls

43 lines (28 loc) · 1.59 KB

Quick reference

Available tags

  • 8.x.x, 8.x, 8, latest

Installation

It's recommended to install this application with docker. Consult https://github.com/ammannbe/RecipeManagerDocker for installation

Environement Variables

See also: Laravel Configuration

App specific

  • APP_NAME: Name of the App. Default: RecipeManager
  • API_URL The full api URL. Default: http://127.0.0.1:8000

Locales

  • LOCALE: The default app locale Default: en
  • LOCALES: Possible locales. Leave empty to hide the language switcher in the UI. Default: en,de

Default Images

Optional features

  • DISABLE_REGISTRATION Disable user registrations Default: false
  • DISABLE_COOKBOOKS Disable the cookbooks feature Default: false
  • DISABLE_TAGS Disable the tags feature Default: false
  • DISABLE_RATINGS Disable the ratings feature Default: false
  • DISABLE_UNIT_CREATION Disable the "unit creation by normal users" feature Default: false
  • DISABLE_FOOD_CREATION Disable the "food creation by normal users" feature Default: false
  • DISABLE_INGREDIENT_ATTRIBUTE_CREATION Disable the "ingredient attribute creation by normal users" feature Default: false
  • MAX_RATING_STARS Tha amount of possible rating stars Default: 5