소스 검색

corrected config for uaa server key

Jejomar Dimayuga 8 년 전
부모
커밋
b52291bfe8
1개의 변경된 파일3개의 추가작업 그리고 4개의 파일을 삭제
  1. 3 4
      crss-uaa/crss-uaa.yml

+ 3 - 4
crss-uaa/crss-uaa.yml

@@ -12,6 +12,9 @@ server:
   port: 9999
   use-forward-headers: true
   context-path: /uaa
+  ssl:
+    key-store: /opt/java/jre/lib/security/cacerts
+    key-store-password: changeit
 
 management:
   health:
@@ -31,7 +34,3 @@ crss:
         client-secret: crsssecret
         scope: openid
 
-server:
-  ssl:
-    key-store: /opt/java/jre/lib/security/cacerts
-    key-store-password: changeit