From 6357b2cae74766800223913a284d5ea9200c2c4b Mon Sep 17 00:00:00 2001 From: Erick Eduardo Petrucelli Date: Sat, 25 Mar 2017 16:25:16 -0300 Subject: [PATCH] Updated deploy configuration --- config/default.json | 3 +-- config/production.json | 7 +++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/config/default.json b/config/default.json index a22a0de..d0cf909 100644 --- a/config/default.json +++ b/config/default.json @@ -6,7 +6,6 @@ "auth": { "token": { "secret": "TJHhwIRNcQbOL6JjQmDl4mAI+j8C3JrfwGWQJLTePqlvYfgXuITmXDyhOkJkgNdIxWM5N4TboHIeVPzS/zUJdw==" - }, - "local": {} + } } } diff --git a/config/production.json b/config/production.json index 3bb3327..5f44849 100644 --- a/config/production.json +++ b/config/production.json @@ -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": {} + } } }