separated dev configs

This commit is contained in:
bill bittner 2018-03-09 17:27:49 -08:00
parent bdd2d45ab5
commit 0c1f81cced
7 changed files with 6 additions and 14 deletions

View file

@ -0,0 +1,5 @@
module.exports = {
testChannel : null, // a channel to make test publishes in
testChannelId : null, // the claim id for the test channel
testChannelPassword: null, // password for the test channel
};