From d7cbf5cc7a5a2432c3fa192e82e634e7944f973b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 14 Oct 2023 22:25:58 +0200 Subject: [PATCH] Update README.md --- tandoor_recipes/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tandoor_recipes/README.md b/tandoor_recipes/README.md index 7e7b16bbc..16079af72 100644 --- a/tandoor_recipes/README.md +++ b/tandoor_recipes/README.md @@ -36,8 +36,8 @@ Required : "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 + "certfile" : "fullchain.pem", # Name of your ssl files located in /ssl + "keyfile" : "privkey.pem", # Name of your ssl files located in /ssl "POSTGRES_HOST": "str?", # Needed for postgresql_external "POSTGRES_PORT": "str?", # Needed for postgresql_external "POSTGRES_USER": "str?", # Needed for postgresql_external