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": {} + } } }