Navigation :
test ../ test user-ref.html
User & Reference Guide
test ../ test dev.html
Developer Guide
test ../ test dev/dev-release.html
-
Release and migration notes
test ../ test dev/dev-release/release-notes.html
-- Release notes
test ../ test dev/dev-release/migrate-5.1.html
-- Migration notes 5.1
test ../ test dev/dev-release/previous-migration.html
--
Previous migration notes
test ../ test dev/dev-getting-started.html
-
Getting started
test ../ test dev/dev-ui-config.html
-
Configuring the UI
test ../ test dev/dev-extensions.html
-
Extending Atoti CVA Risk Capital
test ../ test user-getting-started.html
Getting started
test ../ test user-getting-started/about-guide.html
- Using this guide
test ../ test user-getting-started/pdf.html
- PDF guides
test ../ test user-getting-started/about-cvarc.html
- About the Solution
test ../ test user-getting-started/whats-new.html
- What's New
test ../ test user-getting-started/bookmarks.html
- Bookmarks
test ../ test regulatory-calcs.html
Regulatory calculations
test ../ test configuration.html
Configuration files
test ../ test configuration/activemonitor-support-properties.html
- activemonitor-support.properties
test ../ test configuration/apm-properties.html
- apm.properties
test ../ test configuration/application-yml.html
- application.yml
test ../ test configuration/content-server-mv-db.html
- content-server.mv.db
test ../ test configuration/cvarc-data-load-properties.html
- cvarc-data-load.properties
test ../ test configuration/cvarc-properties.html
- cvarc.properties
test ../ test configuration/dee-export-properties.html
- dee.export.properties
test ../ test configuration/env-default-properties.html
- env-default.properties
test ../ test configuration/hibernate-properties.html
- hibernate.properties
test ../ test configuration/jwt-properties.html
- jwt.properties
test ../ test configuration/logback-test-xml.html
- logback-test.xml
test ../ test configuration/logback-xml.html
- logback.xml
test ../ test configuration/serializer-jaxb-cfg-xml.html
- serializer.jaxb.cfg.xml
test ../ test configuration/signoff-export-properties.html
- signoff.export.properties
test ../ test configuration/signoff-import-properties.html
- signoff.import.properties
test ../ test configuration/signoff-properties.html
- signoff.properties
test ../ test configuration/tracing-properties.html
- tracing.properties
test ../ test cube.html
Cube reference
test ../ test input-files.html
Input file formats
test ../ test what-if.html
What-If
test ../ test widgets.html
Widgets
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-starter\src\main\resources\properties .
File values
Property
Value
Description
input.data.root.dir.path
data-samples
File-based input data. Absolute or relative path possible.
db.driver.class
org.h2.Driver
db.url
jdbc:h2:mem:dbsource;DB_CLOSE_DELAY=-1;CACHE_SIZE=0;ALIAS_COLUMN_NAME=TRUE
The URL to connect to the database.
db.username
sa
The username used to connect to the database.
db.password
sa
The password used to connect to the database.
db.init
true
Flag to initialize the database automatically. The default value is true
.
db.init.url
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'
The properties to initialize the database at startup.