diff options
Diffstat (limited to 'Timeline/appsettings.json')
-rw-r--r-- | Timeline/appsettings.json | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/Timeline/appsettings.json b/Timeline/appsettings.json index 94986fbb..2d0f2b9f 100644 --- a/Timeline/appsettings.json +++ b/Timeline/appsettings.json @@ -1,11 +1,11 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Warning" - } - }, - "JwtConfig": { - "Issuer": "api.crupest.xyz", - "Audience": "api.crupest.xyz" - } -} +{
+ "Logging": {
+ "LogLevel": {
+ "Default": "Warning"
+ }
+ },
+ "JwtConfig": {
+ "Issuer": "api.crupest.xyz",
+ "Audience": "api.crupest.xyz"
+ }
+}
|