spee.ch/devConfig/testingConfig.example.js

6 lines
218 B
JavaScript
Raw Normal View History

2018-03-09 19:56:22 +01:00
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
};