Skip to main content

ENV Variables

There are some Enviorment Variables that must be set and some that can be override.

ENV VarDescriptionSince
STRIPE_PRIVATE_API_KEYSecret API key for Stripe
STRIPE_PUBLIC_API_KEYThe publishable API key for stripe
APP_SECRETSymfony ENV var that should be unique string
DATABASE_URLThe DSN for database accesss
MESSENGER_TRANSPORT_DSNSymfony Messenger DSN for if you're changing the background processing messenger
MAILER_DSNThe Symfony Mailer DSN which is used for the System Email settings.
ROLLBAR_ENABLEDtrue or false if Rollbar error logging is enabled2024.01.01
ROLLBAR_API_KEYRollbar's API Key2024.01.01
ROLLBAR_ENVThe environment you want to report to Rollbar as2024.01.01
XERO_CLIENT_IDThe Client ID for the Xero App2025.01.01
XERO_CLIENT_SECRETThe client secret for the Xero App2025.01.01
XERO_CLIENT_REDIRECT_URIThe Redirect URL to give to Xero2025.01.01
HUBSPOT_APP_IDThe APP id for HubSpot2025.02.01
HUBSPOT_CLIENT_IDThe client ID for the HubSpot App2025.02.01
HUBSPOT_CLIENT_SECRETThe client secret for the HubSpot App2025.02.01
HUBSPOT_REDIRECT_URIThe redirect URL to give to HubSpot2025.02.01
ELASTICSEARCH_HOSTThe host for ElasticSearch2025.02.01
ELASTICSEARCH_PORTThe port for ElasticSearch2025.02.01
AUDIT_LOG_INDEXThe ElasticSearch index for the audit log2025.02.01