Commit 8a33c26a authored by nilanjandaw's avatar nilanjandaw

updated config

parent ec2a1e27
{ {
"registry_url" :"localhost:5000/", "registry_url" :"10.129.6.5:5000/",
"master_port": 8080, "master_port": 8080,
"master_address": "localhost", "master_address": "10.129.6.5",
"grunt_host": "https://www.namandixit.net/lovecraftian_nightmares/grunt", "grunt_host": "https://www.namandixit.net/lovecraftian_nightmares/grunt",
"couchdb_host": "localhost:5984", "couchdb_host": "10.129.6.5:5984",
"db": { "db": {
"function_meta": "serverless", "function_meta": "serverless",
"metrics": "metrics", "metrics": "metrics",
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
"kafka_host": "kafka:9092" "kafka_host": "kafka:9092"
}, },
"external": { "external": {
"kafka_host": "localhost:29092" "kafka_host": "10.129.6.5:9092"
} }
}, },
"topics": { "topics": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment