8 lines
160 B
Bash
8 lines
160 B
Bash
PORT=7788
|
|
DATA_DIR=./data
|
|
DB_FILE=./data/sms-gateway.db
|
|
|
|
# 安卓端与后端通信鉴权
|
|
SMS_GATEWAY_API_KEY=6f3a9c1e4b7d2a0f5c8e1b9d3a7f2c4e6d8a0b1c3e5f7a9d
|
|
|