{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "ConnectionStrings": { "PostgreSQL": "Host=localhost;Port=5432;Database=db.ProximaContracts;Username=proxima_user;Password=Proxima_Password" }, "Cors": { "AllowedOrigins": [ "https://quediaempiezo.asarmientotest.es" ] }, "AllowedHosts": "*" }