UNPKG
paas-node-sdk
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
0.0.0
PAAS NODE SDK
paas-node-sdk
/
config
/
config.js
9 lines
•
209 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
/** * Created by donz on 2017/3/17. */
var
SDKConfig
=
{ base_url:
'http://paasopen.ucc360.com/paas_open/base/'
, testAccount:
'18888888888'
, testToken:
'123456'
}
module
.
exports
= SDKConfig;