diff --git a/respo/address-dev.properties b/respo/address-dev.properties deleted file mode 100644 index 028f539a9..000000000 --- a/respo/address-dev.properties +++ /dev/null @@ -1,7 +0,0 @@ - - -spring.rabbitmq.host=localhost -spring.rabbitmq.port=5672 -server.port=8882 -hystrix.command.default.execution.timeout.enabled=false -management.security.enabled=false diff --git a/respo/application-dev.properties b/respo/application-dev.properties new file mode 100644 index 000000000..be7fc7820 --- /dev/null +++ b/respo/application-dev.properties @@ -0,0 +1,3 @@ +content=dev + + diff --git a/respo/application-pre.properties b/respo/application-pre.properties new file mode 100644 index 000000000..d4a93138a --- /dev/null +++ b/respo/application-pre.properties @@ -0,0 +1,4 @@ + +content=pre + + diff --git a/respo/application-pro.properties b/respo/application-pro.properties new file mode 100644 index 000000000..2a0b3dcc7 --- /dev/null +++ b/respo/application-pro.properties @@ -0,0 +1 @@ +content=pro diff --git a/respo/application-test.properties b/respo/application-test.properties new file mode 100644 index 000000000..0272d26c8 --- /dev/null +++ b/respo/application-test.properties @@ -0,0 +1 @@ +content=test diff --git a/respo/config-client-dev.properties b/respo/config-client-dev.properties deleted file mode 100644 index 9e0f88e7a..000000000 --- a/respo/config-client-dev.properties +++ /dev/null @@ -1,11 +0,0 @@ - -foo = foo version 2 -democonfigclient.message=hello spring io - -# routes to serviceId -# routes to url -# zuul.routes.api-a-url.path=/userapi/** -# zuul.routes.api-a-url.url=http://localhost:8881/ -#eureka.client.serviceUrl.defaultZone=http://localhost:8880/eureka/ - - diff --git a/respo/user-dev.properties b/respo/user-dev.properties deleted file mode 100644 index f15f6e94c..000000000 --- a/respo/user-dev.properties +++ /dev/null @@ -1,6 +0,0 @@ -eureka.client.serviceUrl.defaultZone=http://localhost:8880/eureka/ -spring.rabbitmq.host=localhost -spring.rabbitmq.port=5672 -hystrix.command.default.execution.timeout.enabled=false -management.security.enabled=false -server.port=8881 diff --git a/respo/zuul-dev.properties b/respo/zuul-dev.properties deleted file mode 100644 index bd74a80df..000000000 --- a/respo/zuul-dev.properties +++ /dev/null @@ -1,14 +0,0 @@ - -server.port=8889 -# routes to serviceId -zuul.routes.api-a.path=/userapi/** -zuul.routes.api-a.serviceId=USER -zuul.routes.api-b.path=/addressapi/** -zuul.routes.api-b.serviceId=ADDRESS - -# routes to url -# zuul.routes.api-a-url.path=/userapi/** -# zuul.routes.api-a-url.url=http://localhost:8881/ -#eureka.client.serviceUrl.defaultZone=http://localhost:8880/eureka/ - -