separated dev configs
This commit is contained in:
parent
bdd2d45ab5
commit
0c1f81cced
7 changed files with 6 additions and 14 deletions
devConfig
5
devConfig/testingConfig.example.js
Normal file
5
devConfig/testingConfig.example.js
Normal 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
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue