feat: add first-run admin bootstrap flow and site-admin badge
This commit is contained in:
+5
-1
@@ -33,6 +33,10 @@ STRIPE_BILLING_PORTAL_CONFIGURATION_ID="bpc_CHANGE_ME"
|
||||
ADMIN_EMAILS="ops@example.com"
|
||||
BILLING_ADMIN_EMAILS="ops@example.com" # Deprecated fallback; use ADMIN_EMAILS
|
||||
|
||||
# Admin bootstraping
|
||||
ALLOW_ADMIN_BOOTSTRAP="true" # Disable after first admin is created
|
||||
ADMIN_BOOTSTRAP_TOKEN="CHANGE_ME_BOOTSTRAP_TOKEN"
|
||||
|
||||
# Docker Compose database env vars
|
||||
POSTGRES_DB="leads4less"
|
||||
POSTGRES_USER="postgres"
|
||||
@@ -40,4 +44,4 @@ POSTGRES_PASSWORD="CHANGE_ME_IN_LOCAL_ENV"
|
||||
PG_BOSS_SCHEMA="pgboss"
|
||||
|
||||
# Example Compose DATABASE_URL
|
||||
# DATABASE_URL="postgres://postgres:CHANGE_ME_IN_LOCAL_ENV@db:5432/leads4less"
|
||||
# DATABASE_URL="postgres://postgres:CHANGE_ME_IN_LOCAL_ENV@db:5432/leads4less"
|
||||
|
||||
Reference in New Issue
Block a user