examples/DotNetLogin/appsettings.json

14 lines
308 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"OpenGauss": "Server=192.168.2.118;Port=5432;User Id=test;Password=Test1234;Database=test;"
}
}