6 lines
218 B
JavaScript
6 lines
218 B
JavaScript
|
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
|
||
|
};
|