Files
anxinyan/server-api/.env.example
2026-06-04 16:12:59 +08:00

22 lines
534 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.
APP_ENV=production
APP_DEBUG=false
# 物料吊牌二维码内容优先使用该 API 短链域名生成,例如 https://api.example.com/T/ABCDEFG
MATERIAL_TAG_SHORT_BASE_URL=
# 物料二维码图片和批次压缩包保存在 public/uploads本地址需指向 API 静态文件域名
MATERIAL_LOCAL_BASE_URL=
PUBLIC_FILE_BASE_URL=
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=test_anxinyan
DB_USERNAME=
DB_PASSWORD=
DB_CHARSET=utf8mb4
DB_PREFIX=
REDIS_HOST=127.0.0.1
REDIS_PORT=6379
REDIS_PASSWORD=
REDIS_DB=0
REDIS_PREFIX=anxinyan: