Files
Blizzard 0250355dcd feat: RSS 订阅源 + 仓库 README
- GET /rss.xml 输出 RSS 2.0(已发布文章,SUNDYNIX_SITE_URL 可配)
- vite 代理补 /rss.xml,页脚 RSS 链接生效
- README:结构、开发流程、环境变量、后端规范、API 速览

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-17 11:06:21 +08:00

12 lines
367 B
Bash
Raw Permalink 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 并按需填写
# MySQLuser:pass@tcp(host:port)/dbname?charset=utf8mb4&parseTime=True&loc=Local
# 留空或填文件路径则使用本地 SQLite
SUNDYNIX_DB=
SUNDYNIX_ADDR=:8090
SUNDYNIX_ADMIN_USER=admin
SUNDYNIX_ADMIN_PASS=
SUNDYNIX_JWT_SECRET=
SUNDYNIX_NODE_ID=1
# RSS 等对外链接使用的站点地址
SUNDYNIX_SITE_URL=https://sundynix.com