Files
git.stella-ops.org/src/Integrations/StellaOps.Integrations.WebService/appsettings.json

17 lines
388 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"Microsoft.EntityFrameworkCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"IntegrationsDb": "Host=localhost;Database=stellaops_integrations;Username=postgres;Password=postgres"
},
"Integrations": {
"PluginsDirectory": "plugins"
}
}