{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "ConnectionStrings": { "App": "Host=localhost;Port=5432;Database=dyson_network;Username=postgres;Password=postgres" }, "Authentication": { "Schemes": { "Bearer": { "ValidAudiences": [ "http://localhost:5071", "https://localhost:7099" ], "ValidIssuer": "solar-network" } } }, "Jwt": { "PublicKeyPath": "Keys/PublicKey.pem", "PrivateKeyPath": "Keys/PrivateKey.pem" } }