Skip to content

Commit

Permalink
config production
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbeletsky committed Jul 14, 2014
1 parent a50c160 commit 6134a17
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions config/index.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
module.exports = {
mongo: {
connection: 'mongodb://localhost:27017/likeastoreproddb'
connection: 'mongodb://likeastore:[email protected]:10093/likeastoreproddb'
},

elastic: {
host: {
host: 'http://localhost:9200'
host: 'https://search.likeastore.com',
port: 80,
query: {
access_token: '63882eb552185b755a954c9c3c9deba282b20588'
}
},

requestTimeout: 5000
Expand All @@ -15,6 +19,7 @@ module.exports = {
name: 'items',
index: 'items',
type: 'item',
query: {user: '[email protected]'},
mappings: {
'item': {
'properties': {
Expand Down

0 comments on commit 6134a17

Please sign in to comment.