Skip to main content

Configuration


This guide explains how to configure CVWonder to customize its behavior and output.

Environment Variables

Some configuration options can also be set using environment variables. This allows you to override the default settings without modifying the configuration file.

Environment VariableDescriptionExample
APP_ENVApplication environment (e.g., development, production).development, production
DATABASE_URLURL for the database connection.postgresql://user:password@host:port/dbname?schema=public
LOG_LEVELLogging level (e.g., debug, info, warning, error).debug, info, warning, error
CVWONDER_VERSIONVersion of the CVWonder binary to download on startup.0.3.0
CVWONDER_PDF_GENERATION_PORTPort for PDF generation service.9889
CVWONDER_PDF_GENERATION_ENABLEDEnable or disable PDF generation service.true, false

Next Steps

Now that you understand how to configure CVWonder, check out: