# DATABASE_URL=postgresql://postgres:xxxxxx@localhost:6666/postgres DATABASE_URL=file:./db.sqlite NITRO_PORT=3399 STATIC_DIR=static MEDIA_UPLOAD_SUBDIR=media TMP_DIR=.tmp # 导出任务限制(防止服务器快速占满) EXPORT_MAX_RUNNING_TASKS=2 EXPORT_MAX_QUEUED_TASKS=30 EXPORT_MAX_RETAINED_BYTES=2147483648 # 站点对外根 URL(含协议与域名,可带端口)。用于:① 媒体库复制绝对链接 ② 文章/资料里绝对地址图片是否计为本站 /static/media/ 引用。生产环境务必设置,与浏览器访问地址一致。 NUXT_PUBLIC_SITE_URL=https://example.com # Optional: first admin for an empty instance. Creates an admin only when no user has role=admin yet (same username/password rules as registration). BOOTSTRAP_ADMIN_USERNAME= BOOTSTRAP_ADMIN_PASSWORD=