Commit e0e97157 authored by Kamron Aroonrua's avatar Kamron Aroonrua 💬

edit config

parent 3339a7cd
{ {
"type" : "rabbitmq", "type" : "rabbitmq",
"url" : "amqp://bigmaster.igridproject.info" "url" : "amqp://localhost"
} }
{ {
"type" : "redis", "type" : "redis",
"url" : "redis://:@bigmaster.igridproject.info:6379/1" "url" : "redis://:@localhost:6379/1"
} }
{ {
"api_hostname" : "http://localhost:19080", "api_hostname" : "http://localhost:19080",
"repository" : "D:/testfile" "repository" : "/tmp/data"
} }
...@@ -25,7 +25,7 @@ var SS = function StorageService(cfg) ...@@ -25,7 +25,7 @@ var SS = function StorageService(cfg)
SS.prototype.start = function() SS.prototype.start = function()
{ {
console.log('Starting Storage Service ...\n'); console.log('Starting Storage Service ...\n');
//this.amqp_start(); this.amqp_start();
this.http_start(); this.http_start();
} }
......
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