Skip to main content

Environment Variables

General

ParameterDefaultDescription
DATABASE_URL *Database URL (ex: postgres://pg_username:pg_password@pg_host:pg_port/db_name)
REDIS_URL *Redis URL (ex: redis://:redis_password@redis_host:6379/0)
FRONTEND_URL *App base URL. Should be publicly accessible URL (ex: https://app.woofedcrm.com)
ENABLE_USER_SIGNUPfalseEnable new user sign ups.
MOTOR_AUTH_USERNAMElovewoofedMotor admin access user
MOTOR_AUTH_PASSWORDlovewoofedMotor admin access password
LANGUAGEenDefault app language, availables: pt-BR, es, en
DEFAULT_TIMEZONEbrasiliaDefault app timezone. Timezone list: https://gist.github.com/eikes/5a64b661022c756bd6522ed94770e2a6
EVOLUTION_API_ENDPOINTEvolutionAPI (versions below v2.0) endpoint (ex: https://evolution-api.com/). Obs: must be set for WhatsApp integration to function correctly.
EVOLUTION_API_ENDPOINT_TOKENEvolutionAPI (versions below v2.0) global key. Obs: must be set for WhatsApp integration to function correctly.
VAPID_PUBLIC_KEYPublic key used for VAPID (Voluntary Application Server Identification) authentication in web push notifications
VAPID_PRIVATE_KEYPrivate key used for VAPID (Voluntary Application Server Identification) authentication in web push notifications
OPENAI_API_KEYAPI key for authenticating OpenAI’s integrations