diff --git a/config.json.postgres.example b/config.json.postgres.example index 7b283c4..481e1a9 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 787e3e1..0724f59 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": "" }