Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
N
node-bigstream
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bs
node-bigstream
Commits
e0e97157
Commit
e0e97157
authored
Jun 06, 2017
by
Kamron Aroonrua
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edit config
parent
3339a7cd
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
amqp.json
conf/amqp.json
+1
-1
memstore.json
conf/memstore.json
+1
-1
storage.json
conf/storage.json
+1
-1
main.js
storage-service/main.js
+1
-1
No files found.
conf/amqp.json
View file @
e0e97157
{
{
"type"
:
"rabbitmq"
,
"type"
:
"rabbitmq"
,
"url"
:
"amqp://
bigmaster.igridproject.info
"
"url"
:
"amqp://
localhost
"
}
}
conf/memstore.json
View file @
e0e97157
{
{
"type"
:
"redis"
,
"type"
:
"redis"
,
"url"
:
"redis://:@
bigmaster.igridproject.info
:6379/1"
"url"
:
"redis://:@
localhost
:6379/1"
}
}
conf/storage.json
View file @
e0e97157
{
{
"api_hostname"
:
"http://localhost:19080"
,
"api_hostname"
:
"http://localhost:19080"
,
"repository"
:
"
D:/testfile
"
"repository"
:
"
/tmp/data
"
}
}
storage-service/main.js
View file @
e0e97157
...
@@ -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
();
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment