Skip to content

Commit

Permalink
Updated deploy configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ErickPetru committed Mar 25, 2017
1 parent 3283a3e commit 6357b2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"auth": {
"token": {
"secret": "TJHhwIRNcQbOL6JjQmDl4mAI+j8C3JrfwGWQJLTePqlvYfgXuITmXDyhOkJkgNdIxWM5N4TboHIeVPzS/zUJdw=="
},
"local": {}
}
}
}
7 changes: 3 additions & 4 deletions config/production.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"host": "vue-feathers-chat-app.feathersjs.com",
"host": "vue-feathers-chat.mybluemix.net",
"port": 80,
"nedb": "NEDB_BASE_PATH",
"nedb": "../data/",
"public": "../public/",
"auth": {
"token": {
"secret": "FEATHERS_AUTH_SECRET"
},
"local": {}
}
}
}

0 comments on commit 6357b2c

Please sign in to comment.