🔧 암호화 대칭키 설정
This commit is contained in:
8
backend/config/src/main/resources/bootstrap.yml
Normal file
8
backend/config/src/main/resources/bootstrap.yml
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user