{ "Logging": { "IncludeScopes": false, "LogLevel": { "Default": "Warning", "Pivotal": "Debug", "Steeltoe": "Debug" } }, //?? "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;", //"MyConnectionString": "Data Source =192.168.20.122; Initial Catalog =MemberData; Persist Security Info = True; User ID =ljhyPortal2016; Password =testliangjian@#!)2016", //"MyConnectionString": "Data Source =192.168.50.32; Initial Catalog =MemberData; Persist Security Info = True; User ID =sa; Password =saljhy123!@#", "MyConnectionString": "Data Source =192.168.50.32; Initial Catalog =MemberData; Persist Security Info = True; User ID =caixukun; Password =360lj.com#2020@#$;Pooling=true;MAX Pool Size=50;Min Pool Size=10;Connection Lifetime=30;Integrated Security=false", "AllowedHosts": "*" }, "EsUrl": "http://192.168.50.41:9200/", // begin - spring cloud eureka settings "spring": { "application": { "name": "client-member-service" } }, "eureka": { "client": { "serviceUrl": "http://127.0.0.1:8761/eureka/", "validateCertificates": false }, "instance": { "port": 8004, "preferIpAddress": true, "instanceId": "client-member-service-container:57254" } }, // end - spring cloud eureka settings "AllowedHosts": "*" }