> ## 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.

# env-default.properties

## 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

<table><thead><tr><th>Property</th><th>Value</th><th>Description</th></tr></thead><tbody><tr><td>input.data.root.dir.path</td><td><code>data-samples</code></td><td>File-based input data. Absolute or relative path possible.</td></tr><tr><td>db.driver.class</td><td><code>org.h2.Driver</code></td><td /></tr><tr><td>db.url</td><td><code>jdbc:h2:mem:dbsource;DB\_CLOSE\_DELAY=-1;CACHE\_SIZE=0;ALIAS\_COLUMN\_NAME=TRUE</code></td><td>The URL to connect to the database.</td></tr><tr><td>db.username</td><td><code>sa</code></td><td>The username used to connect to the database.</td></tr><tr><td>db.password</td><td><code>sa</code></td><td>The password used to connect to the database.</td></tr><tr><td>db.init</td><td><code>true</code></td><td>Flag to initialize the database automatically. The default value is <code>true</code>.</td></tr><tr><td>db.init.url</td><td><code>jdbc: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'</code></td><td>The properties to initialize the database at startup.</td></tr></tbody></table>
