# Required JWT_SECRET=your-super-secret-key-at-least-32-chars-long!! ADMIN_PASSWORD=changeme DATABASE_URL=postgres://admin:admin_password@localhost:5433/madbase_control DEFAULT_TENANT_DB_URL=postgres://postgres:postgres@localhost:5432/postgres # Storage (MinIO for dev, Hetzner/AWS for production) S3_ENDPOINT=http://localhost:9000 S3_ACCESS_KEY=minioadmin S3_SECRET_KEY=minioadmin S3_BUCKET=madbase S3_REGION=us-east-1 # Optional REDIS_URL=redis://localhost:6379 RUST_LOG=info ALLOWED_ORIGINS=http://localhost:3000,http://localhost:8000