chore: Supabase migration - update env configs and dependencies

This commit is contained in:
root 2026-02-26 13:36:07 +00:00
parent 5ad92aa833
commit da8d019aba
2 changed files with 1842 additions and 1260 deletions

23
.env.production.save Normal file
View File

@ -0,0 +1,23 @@
# Database (Use your Supabase details)
# Note: 6543 is for the pooled connection (PGBouncer)
DATABASE_URL="postgresql://postgres:[PASSWORD]@[LXC_IP]:6543/postgres?pgbouncer=true"
# Note: 5432 is for direct migrations
DIRECT_URL="postgresql://postgres:[PASSWORD]@[LXC_IP]:5432/postgres"
# App Settings
# NEXTAUTH_SECRET="f6e6f96860081d4da8b04e6e6f968600" # You can use any 32-char string
# NEXTAUTH_URL="http://192.168.178.8:3000"
# NEXT_PUBLIC_BASE_URL="http://192.168.178.8:3000"
# NextAuth
NEXTAUTH_SECRET=Ca7EoJzZSMJO2CkqwdWd
NEXTAUTH_URL=https://todo.martin-bierschenk.de
NEXT_PUBLIC_BASE_URL=https://todo.martin-bierschenk.de
# SMTP (Optional: For password resets/emails)
SMTP_HOST=w00ff033.kasserver.com
SMTP_PORT=587
SMTP_USERNAME=mail@carrylight.de
SMTP_PASSWORD=QijU8e2A8p3FE8WS8esR
SMTP_SECURE=true

3079
package-lock.json generated

File diff suppressed because it is too large Load Diff