Ver Fonte

Add rabbitmq config for staging

  - point admin and reg service to new rabbitmq instance
Monte Cillo Co há 9 anos atrás
pai
commit
26b1fe53cc
2 ficheiros alterados com 11 adições e 2 exclusões
  1. 6 1
      crss-admin/crss-admin-staging.yml
  2. 5 1
      crss-reg/crss-reg-staging.yml

+ 6 - 1
crss-admin/crss-admin-staging.yml

@@ -10,6 +10,11 @@ spring:
       maximumPoolSize: 20
   jpa:
     database: ORACLE
+  rabbitmq:
+      host: pemc-oracle.ss.exist.com
+      ports:
+        - "5672:5672"
+        - "15672:15672"
 
 graylog:
-  host: pemc.integration.exist.com
+  host: pemc.integration.exist.com

+ 5 - 1
crss-reg/crss-reg-staging.yml

@@ -29,6 +29,10 @@ spring:
   freemarker:
     enabled: false
     template-loader-path: classpath:/mail/templates
-
+  rabbitmq:
+    host: pemc-oracle.ss.exist.com
+    ports:
+      - "5672:5672"
+      - "15672:15672"
 graylog:
   host: pemc.integration.exist.com