1
2
3
4
5
6
7
8
9
10
11
12
| {
| "Logging": {
| "LogLevel": {
| "Default": "Information",
| "Microsoft.AspNetCore": "Warning"
| }
| },
| "AllowedHosts": "*",
| "ConnectionStrings": "Data Source=localhost;Initial Catalog=gs_Mes;User ID=sa;Password =admin110",
| "ServicesPath": "Services",
| "LogPath": "logs"
| }
|
|