소스 검색

update azure edge-server url

mlnicolas 8 년 전
부모
커밋
6bb82508cf
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      application-azure.yml

+ 2 - 2
application-azure.yml

@@ -7,8 +7,8 @@ spring:
   datasource:
     driverClassName: org.postgresql.Driver
 crss:
-  api.gateway: http://crss1edge-server.marathon.l4lb.thisdcos.directory:8080
-  security.url: http://crss1edge-server.marathon.l4lb.thisdcos.directory:8080/uaa
+  api.gateway: http://edge-server.marathon.l4lb.thisdcos.directory:8080
+  security.url: http://edge-server.marathon.l4lb.thisdcos.directory:8080/uaa
 logging:
   pattern:
     level: 'username:%X{username:-system} %5p'