summary refs log tree commit diff
path: root/testFrontend/SafeNSound.FakeUser/appsettings.json
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-06-03 01:01:40 +0200
committerRory& <root@rory.gay>2025-06-03 01:01:40 +0200
commit6f3f08ed340e59a62a2d0428a5c32f99551ef1ce (patch)
treeff77390b1d3ea61414c14c94ac1fa2a05030879b /testFrontend/SafeNSound.FakeUser/appsettings.json
parentMore alarm testing (diff)
downloadnodejs-final-assignment-6f3f08ed340e59a62a2d0428a5c32f99551ef1ce.tar.xz
Fix performance issues, add fake user bot to test client, more testing
Diffstat (limited to 'testFrontend/SafeNSound.FakeUser/appsettings.json')
-rw-r--r--testFrontend/SafeNSound.FakeUser/appsettings.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/testFrontend/SafeNSound.FakeUser/appsettings.json b/testFrontend/SafeNSound.FakeUser/appsettings.json
new file mode 100644

index 0000000..f77ef07 --- /dev/null +++ b/testFrontend/SafeNSound.FakeUser/appsettings.json
@@ -0,0 +1,13 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Trace", + "System": "Information", + "Microsoft": "Information", + "ArcaneLibs.Blazor.Components.AuthorizedImage": "Information" + } + }, + "SafeNSound": { + "BaseUrl": "http://localhost:3000" + } +}