aboutsummaryrefslogtreecommitdiff
path: root/Timeline/appsettings.json
diff options
context:
space:
mode:
Diffstat (limited to 'Timeline/appsettings.json')
-rw-r--r--Timeline/appsettings.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/Timeline/appsettings.json b/Timeline/appsettings.json
index 9b57abb2..75395c71 100644
--- a/Timeline/appsettings.json
+++ b/Timeline/appsettings.json
@@ -1,12 +1,12 @@
{
- "JwtConfig": {
- "Issuer": "crupest",
- "Audience": "crupest"
- },
"Logging": {
"LogLevel": {
"Default": "Warning"
}
},
- "AllowedHosts": "*"
+ "AllowedHosts": "*",
+ "JwtConfig": {
+ "Issuer": "crupest.xyz",
+ "Audience": "crupest.xyz"
+ }
}