skyriver
Version:
SkyRiver Streaming Cloud server-side library for NodeJS
20 lines (16 loc) • 473 B
JavaScript
;
var config = module.exports = {};
config.const = {
ORIGIN : 'ORIGIN',
SDK_VERSION : '0.1.1',
SDK_USER_AGENT : 'skyriver-sdk-nodejs',
DEFAULT_API_HOST : '192.168.65.218',
DEFAULT_API_PORT : 8000,
DEFAULT_API_VERSION : 'v1',
DEFAULT_HUB : 'live'
}
config.API_HOST = config.const.DEFAULT_API_HOST;
config.API_PORT = 8000;
config.APP_KEY ='';
config.APP_SECRET ='';
config.USE_HTTPS = false;