wwservice/web/appsettings.json

11 lines
280 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": { "mysql": "Server=192.168.11.35;User Id=root;Password=sa123456.;Database=pcwework;Old Guids=true;SslMode=None" }
}