Files
soul-yongping/scripts/test/.env.test.example
Alex-larget d4ba905ee5 通过自动提及和标签创建功能,增强文章编辑功能
- 在文章编辑过程中,实现了自动创建不存在的@提及和#标签的功能,确保它们被添加到相应的数据库中。
- 更新了内容处理逻辑,以利用新创建的提及和标签,从而改善用户体验和内容管理。
- 增强了人物和链接标签创建的后端处理能力,使文章编辑过程中能够实现无缝集成。
2026-03-16 11:09:26 +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