yunzesms/backend/.env.example
2026-03-25 16:56:45 +08:00

9 lines
166 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

PORT=3000
DATA_DIR=./data
DB_FILE=./data/sms-gateway.db
# 安卓端与后端通信鉴权
# 安卓端请求头带X-Api-Key: <value>
SMS_GATEWAY_API_KEY=change-me