From 4534d4dbf5f5071fa71c5dec4444bf4b2bbd040c Mon Sep 17 00:00:00 2001 From: Rory& Date: Sun, 14 Dec 2025 23:18:35 +0100 Subject: admin api packaging --- .../Spacebar.AdminAPI/appsettings.Development.json | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 extra/admin-api/Spacebar.AdminAPI/appsettings.Development.json (limited to 'extra/admin-api/Spacebar.AdminAPI/appsettings.Development.json') diff --git a/extra/admin-api/Spacebar.AdminAPI/appsettings.Development.json b/extra/admin-api/Spacebar.AdminAPI/appsettings.Development.json deleted file mode 100644 index 032457733..000000000 --- a/extra/admin-api/Spacebar.AdminAPI/appsettings.Development.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.AspNetCore": "Trace", //Warning - "Microsoft.AspNetCore.Mvc": "Warning", //Warning - "Microsoft.AspNetCore.HostFiltering": "Warning", //Warning - "Microsoft.AspNetCore.Cors": "Warning", //Warning - // "Microsoft.EntityFrameworkCore": "Warning" - "Microsoft.EntityFrameworkCore.Database.Command": "Debug" - } - }, - "ConnectionStrings": { - "Spacebar": "Host=127.0.0.1; Username=postgres; Database=spacebar; Port=5432; Include Error Detail=true; Maximum Pool Size=1000; Command Timeout=6000; Timeout=600;", - }, - "RabbitMQ": { - "Host": "127.0.0.1", - "Port": 5673, - "Username": "guest", - "Password": "guest" - }, - "SpacebarAdminApi": { - "Enforce2FA": true, - "OverrideUid": null, - "DisableAuthentication": false - } -} -- cgit 1.5.1