feat(env): add NEXT_PUBLIC_DOC_URL for documentation access

This commit is contained in:
HouYunFei
2026-06-02 16:48:44 +08:00
parent 98a229af5c
commit 7bfa5a2bd9
+1
View File
@@ -15,6 +15,7 @@ PORT=8080
# 前端开发代理默认使用 http://127.0.0.1:8080,如后端开发端口不同,启动前端时可单独设置 API_BASE_URL。
# API_BASE_URL=http://127.0.0.1:8080
NEXT_PUBLIC_DOC_URL=https://docs.canvas.best
# 数据库配置,默认使用本地 SQLite。
STORAGE_DRIVER=sqlite