diff options
Diffstat (limited to 'Timeline/appsettings.Development.json')
-rw-r--r-- | Timeline/appsettings.Development.json | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/Timeline/appsettings.Development.json b/Timeline/appsettings.Development.json index b1cd5a3b..db4b074a 100644 --- a/Timeline/appsettings.Development.json +++ b/Timeline/appsettings.Development.json @@ -1,12 +1,12 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Debug", - "System": "Information", - "Microsoft": "Information" - } - }, - "JwtConfig": { - "SigningKey": "crupest hahahahahahahhahahahahaha" - } -} +{
+ "Logging": {
+ "LogLevel": {
+ "Default": "Debug",
+ "System": "Information",
+ "Microsoft": "Information"
+ }
+ },
+ "JwtConfig": {
+ "SigningKey": "crupest hahahahahahahhahahahahaha"
+ }
+}
|