Navigation :
test ../ test user-getting-started.html
Getting started
test ../ test release-notes.html
Release and migration notes
test ../ test build-configure-project.html
Building and configuring Atoti ISDA-SIMM
test ../ test dev-core.html
SIMM Core
test ../ test dev-ui-config.html
Configuring the UI
test ../ test calculations.html
Calculations guide
test ../ test configuration.html
Configuration files
test ../ test configuration/activemonitor-support-properties.html
- activemonitor-support.properties
test ../ test configuration/activepivot-remote-properties.html
- activepivot.remote.properties
test ../ test configuration/apm-properties.html
- apm.properties
test ../ test configuration/application-yml.html
- application.yml
test ../ test configuration/content_service-mv-db.html
- content_service.mv.db
test ../ test configuration/ehcache-simm-xml.html
- ehcache-simm.xml
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/simm-data-load-properties.html
- simm-data-load.properties
test ../ test configuration/simm-properties.html
- simm.properties
test ../ test configuration/tracing-properties.html
- tracing.properties
test ../ test cube.html
Cube reference
test ../ test datastores.html
Datastores
test ../ test input-files.html
Input file formats
test ../ test what-if.html
What-If Analysis
test ../ test widgets.html
Widgets
test ../ test pdf-guides.html
PDF Guides
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 simm-starter\src\main\resources\properties .
File values
Property
Value
Description
db.driver.class
org.h2.Driver
The driver used for the database connection.
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
The 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.