Environment Variables Reference
Environment Variables Reference
Core
APP_NAME
APP_ENV
APP_KEY
APP_DEBUG
APP_URL
Database
DB_CONNECTION
DB_HOST
DB_PORT
DB_DATABASE
DB_USERNAME
DB_PASSWORD
DB_CONNECTION=mysql is the intended production and VM-local default for this project
DB_CONNECTION=sqlite should only be used where the PHP SQLite PDO driver is installed
Mail
MAIL_MAILER
MAIL_SCHEME
MAIL_HOST
MAIL_PORT
MAIL_USERNAME
MAIL_PASSWORD
MAIL_FROM_ADDRESS
MAIL_FROM_NAME
POSTMARK_API_KEY
POSTMARK_MESSAGE_STREAM_ID
Google OAuth
GOOGLE_CLIENT_ID
GOOGLE_CLIENT_SECRET
GOOGLE_REDIRECT_URI
Captcha
CAPTCHA_PROVIDER
MCAPTCHA_SITE_KEY
MCAPTCHA_SECRET
MOSPARO_API_URL
MOSPARO_PUBLIC_KEY
MOSPARO_PRIVATE_KEY
Feature flags
FEATURE_GOOGLE_OAUTH
FEATURE_EMAIL_PASSWORD_AUTH
FEATURE_SAVED_SEARCHES
FEATURE_AUTOMATION_DRAFTS
FEATURE_CAMPAIGN_TRACKING
Recommended local MVP values
APP_NAME=FreedomClassifieds
APP_ENV=local
APP_DEBUG=true
APP_URL=http://localhost
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=freedomclassifieds
DB_USERNAME=freedomclassifieds
MAIL_MAILER=log
CAPTCHA_PROVIDER=local
FEATURE_GOOGLE_OAUTH=false