From 5eda838819249a3f18171b88bb60904db9b078b7 Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> 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",