24 lines
477 B
Plaintext
24 lines
477 B
Plaintext
|
|
# Mongo
|
||
|
|
MONGO_URI=mongodb://root:password@127.0.0.1:27017/admin
|
||
|
|
DB_NAME=corp
|
||
|
|
COLLECTIONS=corp-member
|
||
|
|
TARGET_CORP_ID=wpLgjyawAAeRkCPQMp9-z5q-xEzK64nA
|
||
|
|
|
||
|
|
# WeCom token (corpSecret mode)
|
||
|
|
TOKEN_MODE=corpSecret
|
||
|
|
TOKEN_CORP_ID=wwa54dfba0b5441ef1
|
||
|
|
CORP_SECRET=replace_with_your_secret
|
||
|
|
SOURCE_AGENT_ID=1000076
|
||
|
|
|
||
|
|
# Optional controls
|
||
|
|
LIMIT_DOCS=50
|
||
|
|
SKIP_DOCS=0
|
||
|
|
|
||
|
|
# Direct convert mode (optional)
|
||
|
|
OPEN_USERIDS=
|
||
|
|
EXTERNAL_USERIDS=
|
||
|
|
|
||
|
|
# Suite mode optional values
|
||
|
|
SUITE_ACCESS_TOKEN=
|
||
|
|
PERMANENT_CODE=
|