Skip to content

Commit

Permalink
add config files
Browse files Browse the repository at this point in the history
  • Loading branch information
d4n1elchen committed Feb 7, 2017
1 parent a57ab5e commit befed09
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/default.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"mongo": {
"url": "mongodb://crawler:ccnsccns@localhost:27017/ncku-course-db"
},
"elasticsearch": {
"host": "localhost:9200"
}
}
8 changes: 8 additions & 0 deletions config/production.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"mongo": {
"url": "mongodb://crawler:[email protected]:27017/ncku-course-db"
},
"elasticsearch": {
"host": "140.116.252.148:9202"
}
}

0 comments on commit befed09

Please sign in to comment.