From aefd8ec6c46d28e3b918e68e81b73c2b24448abc Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Tue, 25 Jul 2023 14:10:25 -0500 Subject: [PATCH] fix(config): correct habitica url format too --- config.json.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json.example b/config.json.example index 62c3439cd2..11887285ed 100644 --- a/config.json.example +++ b/config.json.example @@ -87,5 +87,5 @@ "REDIS_HOST": "aaabbbcccdddeeefff", "REDIS_PORT": "1234", "REDIS_PASSWORD": "12345678", - "TRUSTED_DOMAINS": "localhost,https://habitica.com" + "TRUSTED_DOMAINS": "localhost,habitica.com" }