You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
604 B
8 lines
604 B
# DATABASE_URL=postgresql://postgres:xxxxxx@localhost:6666/postgres
|
|
DATABASE_URL=file:./db.sqlite
|
|
NITRO_PORT=3399
|
|
# 站点对外根 URL(含协议与域名,可带端口)。用于:① 媒体库复制绝对链接 ② 文章/资料里绝对地址图片是否计为本站 /public/assets/ 引用。生产环境务必设置,与浏览器访问地址一致。
|
|
# 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=
|