koa2-uuap
Version:
Cas Client for Baidu.Inc uuap(Cas Server)
18 lines (15 loc) • 348 B
JavaScript
/**
* @file config cas server:
* <protocol> 'https'
* <hostname> 'uuap.baidu.com'
* <port> '443'
* <validateMethod> '/serviceValidate',
* <appKey> 'xxx-xxx'
*/
let options = Object.create(null)
exports.setOptions = function setOptions(opt) {
options = opt
}
exports.getOptions = function getOptions() {
return options
}