more tests....got figure out how to send web socket messges in testing platform

This commit is contained in:
Josh Burman
2019-03-13 12:27:43 -04:00
parent bfd652ce20
commit 501a14d713
32 changed files with 300 additions and 4 deletions

View File

@ -1,5 +1,5 @@
module.exports = {
version : '0.6.2',
version : '0.7.1',
whitelist : (process.env.WHITELIST || "http://admin.localhost").split(','),
secret : process.env.SECRET || "test",
devToken: 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJkYXRhIjoidGVzdCBkYXRhIiwiYXVkIjoiaW50ZXJuYWwiLCJpc3MiOiJZYXJkc3RpY2sgU29mdHdhcmUiLCJzdWIiOiJCcmFpZCBKV1QifQ.t6LFXWPEVz3aLXwtrucarggqTkGY_2NnZB8ZTMaJ2oI',