From eee81581a8658d581a987465639e61c894abba5d Mon Sep 17 00:00:00 2001 From: kimjaeyeol Date: Thu, 21 Oct 2021 10:03:00 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20=EC=95=94=ED=98=B8=ED=99=94=20?= =?UTF-8?q?=EB=8C=80=EC=B9=AD=ED=82=A4=20=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/config/src/main/resources/bootstrap.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 backend/config/src/main/resources/bootstrap.yml diff --git a/backend/config/src/main/resources/bootstrap.yml b/backend/config/src/main/resources/bootstrap.yml new file mode 100644 index 0000000..aa350be --- /dev/null +++ b/backend/config/src/main/resources/bootstrap.yml @@ -0,0 +1,8 @@ +spring: + cloud: + config: + uri: http://localhost:8888 + name: portal-service # portal-service.yml이 있으면 불러오게 된다 +# name: config-service # config-service의 application.yml 을 불러오게 된다 +# profiles: +# active: prod # application-prod.yml \ No newline at end of file