Files

20 lines
786 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.example.dingtalk.your-project
# 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=你的项目名称
DINGTALK_PROGRESS_TITLE_PREFIX=[项目进度]