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.
6 lines
314 B
6 lines
314 B
# DATABASE_URL=postgresql://postgres:xxxxxx@localhost:6666/postgres
|
|
DATABASE_URL=file:./db.sqlite
|
|
NITRO_PORT=3399
|
|
# 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=
|