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.
5 lines
285 B
5 lines
285 B
DATABASE_URL=postgresql://postgres:xxxxxx@localhost:6666/postgres
|
|
|
|
# Optional: first admin for an empty instance. `bun run db:seed` creates an admin only when no user has role=admin yet (same username/password rules as registration).
|
|
BOOTSTRAP_ADMIN_USERNAME=
|
|
BOOTSTRAP_ADMIN_PASSWORD=
|