Adding test env variables.

This commit is contained in:
David Jay
2016-11-21 15:53:26 -05:00
parent 769eba4515
commit 11478bbdb6
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -6,5 +6,5 @@ dist/coral-admin/bundle.js
tests/e2e/reports
.DS_Store
*.iml
.env
.env*
gaba.cfg
+1 -3
View File
@@ -1,5 +1,3 @@
node_modules/selenium-standalone/bin/selenium-standalone install
export TALK_PORT=3011
export TALK_MONGO_URL='mongodb://localhost/test'
export TALK_DEBUG='talk*'
source .env
npm start &