diff options
-rw-r--r-- | Timeline/appsettings.Test.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Timeline/appsettings.Test.json b/Timeline/appsettings.Test.json new file mode 100644 index 00000000..b1cd5a3b --- /dev/null +++ b/Timeline/appsettings.Test.json @@ -0,0 +1,12 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Debug", + "System": "Information", + "Microsoft": "Information" + } + }, + "JwtConfig": { + "SigningKey": "crupest hahahahahahahhahahahahaha" + } +} |