Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt

Use this file to discover all available pages before exploring further.

File purpose

The env-default.properties file defines the environment-sensitive application properties.

File location

The file is located in the folder cvarc-application\src\main\resources\properties.

File values

PropertyValueDescription
input.data.root.dir.pathdata-samplesFile-based input data. Absolute or relative path possible.
db.driver.classorg.h2.Driver
db.urljdbc:h2:mem:dbsource;DB_CLOSE_DELAY=-1;CACHE_SIZE=0;ALIAS_COLUMN_NAME=TRUEThe URL to connect to the database.
db.usernamesaThe username used to connect to the database.
db.passwordsaThe password used to connect to the database.
db.inittrueFlag to initialize the database automatically. The default value is true.
db.init.urljdbc:h2:mem:dbsource;DB_CLOSE_DELAY=-1;CACHE_SIZE=0;INIT=RUNSCRIPT FROM ‘classpath:RM/enforce-tables.sql’\;RUNSCRIPT FROM ‘classpath:RM/equity-delta-risk-weight-setup.sql’The properties to initialize the database at startup.