diff --git a/.env.example b/.env.example index cf0319d..f2a61c8 100644 --- a/.env.example +++ b/.env.example @@ -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