From 315bc6b6771e9e4a407acd83126746175336133b Mon Sep 17 00:00:00 2001 From: Juan Font Date: Sun, 4 Jul 2021 13:41:38 +0200 Subject: [PATCH] Added acl path key in example config --- config.json.postgres.example | 3 ++- config.json.sqlite.example | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/config.json.postgres.example b/config.json.postgres.example index 7b283c4e..481e1a9b 100644 --- a/config.json.postgres.example +++ b/config.json.postgres.example @@ -14,5 +14,6 @@ "tls_letsencrypt_cache_dir": ".cache", "tls_letsencrypt_challenge_type": "HTTP-01", "tls_cert_path": "", - "tls_key_path": "" + "tls_key_path": "", + "acl_policy_path": "" } diff --git a/config.json.sqlite.example b/config.json.sqlite.example index 787e3e16..0724f59e 100644 --- a/config.json.sqlite.example +++ b/config.json.sqlite.example @@ -10,5 +10,6 @@ "tls_letsencrypt_cache_dir": ".cache", "tls_letsencrypt_challenge_type": "HTTP-01", "tls_cert_path": "", - "tls_key_path": "" + "tls_key_path": "", + "acl_policy_path": "" }