hello-shop/samples/MultiTenancySample/MultiTenancySample.FieldIsolationService/appsettings.json
2024-04-28 16:00:15 +08:00

13 lines
281 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"Default": "Host=localhost;Port=5432;Database=FieldIsolationService;Username=postgres;Password=postgres"
}
}