appsettings.json 407 B

123456789101112131415161718
  1. {
  2. "Logging": {
  3. "IncludeScopes": false,
  4. "LogLevel": {
  5. "Default": "Warning"
  6. }
  7. },
  8. //??
  9. "AppID": "",
  10. "AppSecret": "",
  11. "EncodingAESKey": "", //43位
  12. "Token": "",
  13. "MessageMode": 2, //安全模式
  14. "ConnectionStrings": {
  15. "MyConnectionString": "Data Source =192.168.50.30; Initial Catalog = LJHYBZK; Persist Security Info = True; User ID = sa; Password = xq!@#2014;"
  16. }
  17. }