fix localhost externalLinks check

This commit is contained in:
negue
2023-06-25 20:25:53 +02:00
parent 87a4e4931b
commit aa97ed5299
+1 -1
View File
@@ -87,5 +87,5 @@
"REDIS_HOST": "aaabbbcccdddeeefff",
"REDIS_PORT": "1234",
"REDIS_PASSWORD": "12345678",
"TRUSTED_DOMAINS": "https://localhost,https://habitica.com"
"TRUSTED_DOMAINS": "localhost,https://habitica.com"
}