diff --git a/steleks-proxy/src/main/resources/application.properties b/steleks-proxy/src/main/resources/application.properties deleted file mode 100644 index e69de29..0000000 diff --git a/steleks-proxy/src/main/resources/bootstrap.properties b/steleks-proxy/src/main/resources/bootstrap.properties new file mode 100644 index 0000000..8c84d64 --- /dev/null +++ b/steleks-proxy/src/main/resources/bootstrap.properties @@ -0,0 +1,5 @@ +spring.application.name=steleks-proxy +# N.B. this is the default: +spring.cloud.config.uri=http://localhost:8888 +spring.cloud.config.username=root +spring.cloud.config.password=root \ No newline at end of file