diff options
author | Emma@Rory& <root@rory.gay> | 2023-07-24 20:57:06 +0200 |
---|---|---|
committer | Emma@Rory& <root@rory.gay> | 2023-07-24 20:57:06 +0200 |
commit | 67409d4d727abb0b08142f60a61db21264689130 (patch) | |
tree | 3162c0e5199996666b6fe45c6b1b42dce31a88dc /MatrixRoomUtils.DebugDataValidationApi/appsettings.json | |
parent | Code cleanup (diff) | |
download | MatrixUtils-67409d4d727abb0b08142f60a61db21264689130.tar.xz |
Debug validation api
Diffstat (limited to '')
-rw-r--r-- | MatrixRoomUtils.DebugDataValidationApi/appsettings.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/MatrixRoomUtils.DebugDataValidationApi/appsettings.json b/MatrixRoomUtils.DebugDataValidationApi/appsettings.json new file mode 100644 index 0000000..10f68b8 --- /dev/null +++ b/MatrixRoomUtils.DebugDataValidationApi/appsettings.json @@ -0,0 +1,9 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.AspNetCore": "Warning" + } + }, + "AllowedHosts": "*" +} |