From 12b2cc6e54c9328a05be9a54ff22824696d4aba8 Mon Sep 17 00:00:00 2001 From: blowk <2361395+blowk@users.noreply.github.com> Date: Sat, 7 Oct 2023 22:02:14 +0200 Subject: [PATCH] Update README.md --- tandoor_recipes/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tandoor_recipes/README.md b/tandoor_recipes/README.md index a73b57642..7e7b16bbc 100644 --- a/tandoor_recipes/README.md +++ b/tandoor_recipes/README.md @@ -35,6 +35,9 @@ Required : "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 : + "ssl" : "true|false", # Set ssl + "certfile" : "fullchain.pem", # Place where your ssl files are + "keyfile" : "privkey.pem", # Place where your ssl files are "POSTGRES_HOST": "str?", # Needed for postgresql_external "POSTGRES_PORT": "str?", # Needed for postgresql_external "POSTGRES_USER": "str?", # Needed for postgresql_external