Explorar el Código

update azure edge-server url

mlnicolas hace 8 años
padre
commit
6bb82508cf
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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'