UNPKG
qos-node-client
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Node client for qos
qos-node-client
/
dist
/
test
/
config.js
13 lines
(12 loc)
•
298 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
/** *
@author
youmoo
*
@since
2016/11/25 */
'use strict'
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
const
appId =
exports
.
appId
=
'123'
;
const
secretId =
exports
.
secretId
=
'456'
;
const
secretKey =
exports
.
secretKey
=
'789'
;
const
bucket =
exports
.
bucket
=
'hello_world'
;