# Database Connection -- CORRECTED (Using 'postgres' user as verified)
DATABASE_URL="postgresql://destixtb_genekei_user:keira8092613@localhost:5432/destixtb_genekei_production?schema=public"

# Database Connection Variables (Alternative)
PGHOST=localhost
PGPORT=5432
PGDATABASE=destixtb_genekei_production
PGUSER=destixtb_genekei_user 
PGPASSWORD=keira8092613

# Feature Flags
NEXT_PUBLIC_ENABLE_DB_PERSISTENCE=true
