123456789101112131415161718 |
- {
- "Logging": {
- "IncludeScopes": false,
- "LogLevel": {
- "Default": "Warning"
- }
- },
- //??
- "AppID": "",
- "AppSecret": "",
- "EncodingAESKey": "", //43位
- "Token": "",
- "MessageMode": 2, //安全模式
- "ConnectionStrings": {
- "MyConnectionString": "Data Source =192.168.50.30; Initial Catalog = LJHYBZK; Persist Security Info = True; User ID = sa; Password = xq!@#2014;"
- }
- }
|