fix: fix rabbitmq connection

This commit is contained in:
2024-03-09 08:21:30 +01:00
parent 09d1387ff7
commit c44fa90d5e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
},
"amqp": {
"auth": "",
"host": "prod-rabbitmq.rabbitmq.svc"
"host": "10.255.241.201:30672"
},
"archmeister": "https://archmeister.srv.oceanbox.io",
"pubsubName": "pubsub",
+1 -1
View File
@@ -8,7 +8,7 @@
},
"amqp": {
"auth": "",
"host": "staging-rabbitmq.rabbitmq.svc"
"host": "10.255.241.201:31672"
},
"archmeister": "https://archmeister.beta.oceanbox.io",
"pubsubName": "pubsub",