more tests....got figure out how to send web socket messges in testing platform
This commit is contained in:
2
dist/server/config/app.js
vendored
2
dist/server/config/app.js
vendored
@ -1,6 +1,6 @@
|
||||
"use strict";
|
||||
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',
|
||||
|
Reference in New Issue
Block a user