diff --git a/config-repo/EurakaServer.yml b/config-repo/EurakaServer.yml new file mode 100644 index 0000000..e21aaa5 --- /dev/null +++ b/config-repo/EurakaServer.yml @@ -0,0 +1,11 @@ +eureka: + instance: + prefer-ip-address: true + client: + register-with-eureka: false + fetch-registry: false + serviceUrl: + defaultZone: http://127.0.0.1:${server.port}/eureka/ + +server: + port: 1002 \ No newline at end of file diff --git a/config-repo/helloprovider-test.yml b/config-repo/helloprovider-test.yml new file mode 100644 index 0000000..37d55f3 --- /dev/null +++ b/config-repo/helloprovider-test.yml @@ -0,0 +1,2 @@ +server: + port: 1010 \ No newline at end of file diff --git a/config-repo/helloprovider.yml b/config-repo/helloprovider.yml new file mode 100644 index 0000000..3571043 --- /dev/null +++ b/config-repo/helloprovider.yml @@ -0,0 +1,2 @@ +server: + port: 1002 \ No newline at end of file