# Database connection used by @sim/db scripts (drizzle-kit generate, # db:migrate, register-sso-provider, etc.). Must match DATABASE_URL in # apps/sim/.env and apps/realtime/.env. Migrations always run against the # primary — never set a replica URL here. DATABASE_URL="postgresql://postgres:postgres@localhost:5432/simstudio" # Direct (non-pooled) DSN for db:migrate. Required when DATABASE_URL points at # a transaction-pooling PgBouncer: session advisory locks and session SETs are # unsupported through transaction pooling. Falls back to DATABASE_URL. # MIGRATION_DATABASE_URL=""