20 lines
795 B
Bash
20 lines
795 B
Bash
# Copy this file to .dingtalk/config.env, fill the selected mode, then chmod 600 it.
|
|
# Values are literal text after '='; do not add shell quotes.
|
|
|
|
# Keep both switches safe until credential setup and a dry-run have succeeded.
|
|
DINGTALK_PROGRESS_ENABLED=0
|
|
DINGTALK_PROGRESS_DRY_RUN=1
|
|
|
|
# Enterprise-internal app bot: App Token via dws api; no user OAuth login.
|
|
DINGTALK_PROGRESS_MODE=app-bot
|
|
DINGTALK_PROGRESS_CLIENT_ID=
|
|
DINGTALK_PROGRESS_TARGET=
|
|
DINGTALK_PROGRESS_ROBOT_CODE=
|
|
DINGTALK_PROGRESS_KEYCHAIN_SERVICE=com.eapil.dingtalk.ProjectCenter-02-0827
|
|
|
|
# Client Secret is never stored here. The script first reads exported DING_SEC,
|
|
# then falls back to the project-specific macOS Keychain item above.
|
|
|
|
DINGTALK_PROGRESS_PROJECT=ProjectCenter-02-0827
|
|
DINGTALK_PROGRESS_TITLE_PREFIX=[Agent进度]
|