14 lines
603 B
Plaintext
14 lines
603 B
Plaintext
# Copy this file to a local .env or configure the environment another approved way.
|
|
# Do not commit real secrets.
|
|
|
|
ZEROERR_AGENT_API_KEY=replace_with_approved_key
|
|
ZEROERR_AGENT_BASE_URL=https://api.zeroerr-agent.com
|
|
AM516_RECORD_FILE=capabilities/am516-delivery-prediction/records/delivery_prediction_records.md
|
|
|
|
# Feishu custom-app credentials. Keep real values in the local .env file only.
|
|
FEISHU_APP_ID=cli_replace_with_your_app_id
|
|
FEISHU_APP_SECRET=replace_with_your_app_secret
|
|
|
|
# Optional comma-separated Feishu open_id allowlist. Leave empty during an approved pilot.
|
|
FEISHU_BOT_ALLOWED_OPEN_IDS=
|