16 lines
405 B
Plaintext
16 lines
405 B
Plaintext
# 工作手机 SDK 环境变量示例
|
||
# 复制为 .env 后按需修改,.env 不要提交版本库
|
||
|
||
# MongoDB(需认证时必填)
|
||
# MONGO_URI=mongodb://admin:admin123@localhost:27017
|
||
# MONGO_DB=workphone_sdk
|
||
|
||
# Redis(可选)
|
||
# REDIS_URL=redis://localhost:6380/0
|
||
|
||
# 发消息超时(秒)
|
||
# MESSAGE_SEND_TIMEOUT=60
|
||
|
||
# API Key(与存客宝调用一致)
|
||
# API_KEY=REPLACE_WITH_A_RANDOM_SECRET
|