Files
soul-yongping/scripts/test/.env.test.example
卡若 76965adb23 chore: 清理敏感与开发文档,仅同步代码
- 永久忽略并从仓库移除 开发文档/
- 移除并忽略 .env 与小程序私有配置
- 同步小程序/管理端/API与脚本改动

Made-with: Cursor
2026-03-17 17:50:12 +08:00

19 lines
678 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.

# 测试环境配置示例。复制为 .env.test 后按需修改。
# 运行 pytest 前必须明确指定测试环境,避免误测正式库。
# 测试环境(必填其一)
# local = 本地 http://localhost:8080
# souldev = 测试 https://souldev.quwanzhi.com
# soulapi = 正式 https://soulapi.quwanzhi.com慎用
SOUL_TEST_ENV=local
# 或直接指定 API 地址(覆盖 SOUL_TEST_ENV
# SOUL_API_BASE=http://localhost:8080
# 管理端登录(默认 admin/admin123
# SOUL_ADMIN_USERNAME=admin
# SOUL_ADMIN_PASSWORD=admin123
# 小程序开发登录 userId仅 APP_ENV=development 时可用)
# SOUL_MINIPROGRAM_DEV_USER_ID=ogpTW5fmXRGNpoUbXB3UEqnVe5Tg