From 95b8d0e95c1de017bd2ac5d86f9ef0c60e587ef4 Mon Sep 17 00:00:00 2001 From: nough Date: Fri, 2 Jun 2023 23:44:59 +0100 Subject: [PATCH] Update README.md with environment info. --- tandoor_recipes/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/tandoor_recipes/README.md b/tandoor_recipes/README.md index bf92691de..5e8ec7f8c 100644 --- a/tandoor_recipes/README.md +++ b/tandoor_recipes/README.md @@ -33,6 +33,7 @@ Required : "DB_TYPE": "list(sqlite|postgresql_external)" # Type of database to use. "SECRET_KEY": "str", # Your secret key "PORT": 9928 # By default, the webui is available on http://HAurl:9928. If you ever need to change the port, you should never do it within the app, but only through this option + "Environment": 0|1 # 1 is debug mode, 0 is normal mode. You should run in normal mode unless actively developing. Optional : "POSTGRES_HOST": "str?", # Needed for postgresql_external "POSTGRES_PORT": "str?", # Needed for postgresql_external