fix(config): correct habitica url format too
This commit is contained in:
+1
-1
@@ -87,5 +87,5 @@
|
|||||||
"REDIS_HOST": "aaabbbcccdddeeefff",
|
"REDIS_HOST": "aaabbbcccdddeeefff",
|
||||||
"REDIS_PORT": "1234",
|
"REDIS_PORT": "1234",
|
||||||
"REDIS_PASSWORD": "12345678",
|
"REDIS_PASSWORD": "12345678",
|
||||||
"TRUSTED_DOMAINS": "localhost,https://habitica.com"
|
"TRUSTED_DOMAINS": "localhost,habitica.com"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user