0250355dcd
- 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>
12 lines
367 B
Bash
12 lines
367 B
Bash
# 复制为 .env 并按需填写
|
||
# MySQL:user: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
|