From e64d4035a0198ced31dbdc85f5ef9a67cfef2230 Mon Sep 17 00:00:00 2001 From: Yax Date: Sun, 17 Jun 2018 15:25:27 +0200 Subject: [PATCH] update default config --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 config.json diff --git a/config.json b/config.json old mode 100644 new mode 100755 index fac65d0..bfd6125 --- a/config.json +++ b/config.json @@ -20,7 +20,7 @@ }, "rabbitmq": { "active": true, - "host": "127.0.0.1", + "host": "rabbit", "port": 5672, "username": "techuser", "password": "tech",