🔧 암호화 대칭키 설정 추가
This commit is contained in:
@@ -5,7 +5,7 @@ spring:
|
||||
application:
|
||||
name: config-service
|
||||
profiles:
|
||||
active: native # native file repository
|
||||
active: native,default # native file repository
|
||||
cloud:
|
||||
config:
|
||||
server:
|
||||
|
||||
@@ -1,8 +1,2 @@
|
||||
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
|
||||
encrypt:
|
||||
key: egovframe # 대칭키 임의의 값
|
||||
Reference in New Issue
Block a user