@everymundo/fake-config-server
Advanced tools
Comparing version 1.1.4 to 1.1.5
{ | ||
"name": "@everymundo/fake-config-server", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "Simulates the config server for local development", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -20,4 +20,4 @@ { | ||
"eureka.client.region": "us-east-1", | ||
"eureka.client.availability-zones.us-east-1": "us-east-1a,us-east-1b", | ||
"eureka.client.service-url.us-east-1a": "http://10.0.177.13:8761/eureka/", | ||
"eureka.client.availability-zones.us-east-1": "local,us-east-1b", | ||
"eureka.client.service-url.local": "http://0.0.0.0:8080/eureka/", | ||
"eureka.client.service-url.us-east-1b": "http://10.0.177.140:8761/eureka/" | ||
@@ -24,0 +24,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17784