Skip to content

Configuration Overview

This section provides comprehensive information about configuring the Invoice Ninja application deployment.

Configuration Areas

Quick Reference

For quick deployment, copy .env.example to .env and configure these required variables:

  • APP_KEY - Generate with make generate-key
  • DB_PASSWORD - Strong database password
  • MAIL_* - SMTP configuration for production

See Environment Variables for complete details.