UNPKG

pili

Version:

Pili Streaming Cloud Server-Side Library For NodeJS

15 lines (11 loc) 339 B
'use strict'; var config = module.exports = {}; config.const = { ORIGIN : 'ORIGIN', SDK_VERSION : '1.5.0', SDK_USER_AGENT : 'pili-sdk-nodejs', DEFAULT_API_HOST : 'pili.qiniuapi.com', DEFAULT_API_VERSION : 'v1' } config.API_HOST = config.const.DEFAULT_API_HOST; config.USE_HTTPS = false;