12345678910111213141516171819 |
- {
- "ConnectionStrings": {
- "DefaultConnection": "server=.;database=TakeOut;uid=sa;pwd=sa",
- "LuYou": "http://192.168.31.150:5000"
- },
- "Logging": {
- "IncludeScopes": false,
- "Debug": {
- "LogLevel": {
- "Default": "Warning"
- }
- },
- "Console": {
- "LogLevel": {
- "Default": "Warning"
- }
- }
- }
- }
|