Browse Source

[crss-sched dev] update port to 9095

dmendoza 7 years ago
parent
commit
5c61c3ad26
2 changed files with 2 additions and 2 deletions
  1. 1 1
      crss-sched/crss-sched-dev.yml
  2. 1 1
      crss-ui/crss-ui-dev.yml

+ 1 - 1
crss-sched/crss-sched-dev.yml

@@ -5,4 +5,4 @@ spring:
     username: postgres
     password: postgres
 server:
-  port: 8085
+  port: 9095

+ 1 - 1
crss-ui/crss-ui-dev.yml

@@ -10,7 +10,7 @@ metering-service:
     listOfServers: http://localhost:8084
 scheduler-service:
   ribbon:
-    listOfServers: http://localhost:8085
+    listOfServers: http://localhost:9095
 data-extraction-service:
   ribbon:
     listOfServers: http://localhost:8086