data/config.yaml file.Generally, no modification is needed.
Set configuration via environment variables
The configuration inconfig.yaml can be set via environment variables. The environment variable name is uppercase letters, using double underscores to connect, for example: API__PORT represents api.port.
API__PORTrepresentsapi.portCONCURRENCY__PIPELINErepresentsconcurrency.pipelineCONCURRENCY__SESSIONrepresentsconcurrency.sessionDATABASE__POSTGRESQL__DATABASErepresentsdatabase.postgresql.databaseDATABASE__POSTGRESQL__HOSTrepresentsdatabase.postgresql.hostDATABASE__SQLITE__PATHrepresentsdatabase.sqlite.path
config.yaml and write to the data/config.yaml file.