UNPKG
wechaty-token
Version:
latest (1.0.6)
next (1.1.2)
1.1.2
1.1.1
1.0.6
1.0.5
0.5.8
0.5.7
0.5.5
0.4.4
0.4.3
0.4.2
0.3.1
0.2.1
0.1.7
0.1.4
0.1.2
0.1.1
Wechaty Token Based Authentication Manager
github.com/wechaty/token
wechaty/token
wechaty-token
/
src
/
config.ts
9 lines
(6 loc)
•
112 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
import
{ log }
from
'brolog'
const
DEFAULT_AUTHORITY
=
'api.chatie.io'
export
{
DEFAULT_AUTHORITY
, log, }