{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "ConnectionStrings": { "Spacebar": "Host=127.0.0.1; Username=postgres; Database=spacebar; Port=5433; Include Error Detail=true; Maximum Pool Size=1000; Command Timeout=6000; Timeout=600;" }, "Spacebar": { "Authentication": { "PublicKeyPath": "../../../jwt.key.pub", "PrivateKeyPath": "../../../jwt.key" }, "UApi":{ "FallbackApiEndpoint": "http://localhost:3113" } } }