12345678910111213141516171819 |
- {
- "ConnectionStrings": {
- "DefaultConnection": "server=.;database=UFERP561;uid=sa;pwd=password/123/",
- "LuYou": "http://172.18.50.170:8181/"
- },
- "Logging": {
- "IncludeScopes": false,
- "Debug": {
- "LogLevel": {
- "Default": "Warning"
- }
- },
- "Console": {
- "LogLevel": {
- "Default": "Warning"
- }
- }
- }
- }
|