# Copy this file to config/.env and fill in real values. # config/.env is outside public/ so it is never web-accessible - # but double check your host doesn't serve dotfiles by default. DB_HOST=localhost DB_PORT=5432 DB_NAME=invoice_printer DB_USER=invoice_app DB_PASSWORD=change-me SMTP_HOST=smtp.sendgrid.net SMTP_PORT=587 SMTP_USER=apikey SMTP_PASSWORD=change-me SMTP_FROM_EMAIL=invoices@yourdomain.com SMTP_FROM_NAME=Invoice Printer APP_URL=https://app.yourdomain.com