|
@@ -17,5 +17,25 @@
|
|
|
"MyConnectionString": "Data Source =192.168.50.32; Initial Catalog =MemberData; Persist Security Info = True; User ID =sa; Password =saljhy123!@#",
|
|
|
"AllowedHosts": "*"
|
|
|
},
|
|
|
- "EsUrl": "http://192.168.50.32:9200/"
|
|
|
+ "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": "*"
|
|
|
}
|