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
3339a7cd
Commit
3339a7cd
authored
Jun 06, 2017
by
Kamron Aroonrua
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove conf
parent
dbfada4f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
17 deletions
+0
-17
amqp.json
conf/ibitz/amqp.json
+0
-4
config.js
conf/ibitz/config.js
+0
-5
memstore.json
conf/ibitz/memstore.json
+0
-4
storage.json
conf/ibitz/storage.json
+0
-4
No files found.
conf/ibitz/amqp.json
deleted
100644 → 0
View file @
dbfada4f
{
"type"
:
"rabbitmq"
,
"url"
:
"amqp://bigmaster.igridproject.info"
}
conf/ibitz/config.js
deleted
100644 → 0
View file @
dbfada4f
module
.
exports
=
{
'amqp'
:
require
(
'./amqp.json'
),
'memstore'
:
require
(
'./memstore.json'
),
'storage'
:
require
(
'./storage.json'
)
}
conf/ibitz/memstore.json
deleted
100644 → 0
View file @
dbfada4f
{
"type"
:
"redis"
,
"url"
:
"redis://:@bigmaster.igridproject.info:6379/1"
}
conf/ibitz/storage.json
deleted
100644 → 0
View file @
dbfada4f
{
"api_hostname"
:
"http://push01.igridproject.info:19080"
,
"repository"
:
"/home/igrid/data"
}
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