From 44cab1b0214cc56af0188d3eb4e99665e5777b0d Mon Sep 17 00:00:00 2001 From: Adrian Obelmejias Date: Mon, 15 Feb 2016 17:32:18 -0500 Subject: [PATCH] Add test config --- config/config.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/config.js b/config/config.js index b5fb17d..b0717f0 100644 --- a/config/config.js +++ b/config/config.js @@ -4,6 +4,11 @@ const config = { common: { port: process.env.PORT || 5000 }, + test: { + session: 'secret-boilerplate-token', + token: 'secret-jwt-token', + database: 'mongodb://localhost:27017/test' + }, development: { session: 'secret-boilerplate-token', token: 'secret-jwt-token',