appsettings.json 824 B

12345678910111213141516171819202122
  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. //"MyConnectionString": "Data Source =192.168.20.122; Initial Catalog =MemberData; Persist Security Info = True; User ID =ljhyPortal2016; Password =testliangjian@#!)2016",
  17. "MyConnectionString": "Data Source =192.168.50.32; Initial Catalog =MemberData; Persist Security Info = True; User ID =sa; Password =saljhy123!@#",
  18. "AllowedHosts": "*"
  19. },
  20. "EsUrl": "http://192.168.50.32:9200/"
  21. }