# Prisma Database URL # For local development with SQLite DATABASE_URL="file:./dev.db" # For production with PostgreSQL (recommended) # DATABASE_URL="postgresql://user:password@localhost:5432/metabuilder?schema=public" # For production with MySQL # DATABASE_URL="mysql://user:password@localhost:3306/metabuilder" # SMTP Relay Configuration (Postfix simulation mode) GMAIL_USERNAME=relay@metabuilder.local GMAIL_APP_PASSWORD=dummy FORWARD_TO=admin@metabuilder.local # Postfix Configuration POSTFIX_myhostname=metabuilder.local POSTFIX_mydomain=metabuilder.local POSTFIX_mynetworks=127.0.0.1/8,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16 POSTFIX_RELAYHOST= POSTFIX_SMTP_SASL_AUTH=no POSTFIX_SMTP_SASL_PASSWD= POSTFIX_TLS_LEVEL=may