Navigation :
test ../../ test dev.html
Developer Guide
test ../../ test dev/dev-release.html
-
Release and migration notes
test ../../ test dev/getting-started.html
-
Getting started
test ../../ test dev/dev-ui-config.html
-
Configuring the UI
test ../../ test dev/dev-extensions.html
-
Extending the Module
test ../../ test dev/integration.html
-
How to Connect Limits to an Atoti Server
test ../../ test dev/alert-tasks.html
-
Evaluating Limits
test ../../ test dev/scopes.html
-
Limit Scopes
test ../../ test dev/limit-workflow.html
-
Limit Workflow
test ../../ test dev/date-roll.html
- Date Roll
test ../../ test dev/restful-endpoint.html
- RESTful endpoints
test ../../ test dev/security.html
- Required Roles
test ../../ test user-ref.html
User & Reference Guide
test ../../ test user-ref/limits-overview.html
-
Atoti Limits Overview
test ../../ test user-ref/whats-new.html
- What's New
test ../../ test user-ref/using-limits.html
-
Manage limits
test ../../ test user-ref/manage-incidents.html
-
Manage incidents
test ../../ test user-ref/input-files.html
-
Input file formats
test ../../ test user-ref/configuration.html
-
Configuration files
test ../../ test user-ref/configuration/application-yml.html
-- application.yml
test ../../ test user-ref/configuration/env-default-properties.html
-- env-default.properties
test ../../ test user-ref/configuration/hibernate.properties.html
-- hibernate.properties
test ../../ test user-ref/configuration/jwt-properties.html
-- jwt.properties
test ../../ test user-ref/configuration/limits-data-load-properties.html
-- limits-data-load.properties
test ../../ test user-ref/configuration/limit-properties.html
-- limits.properties
test ../../ test user-ref/configuration/logback-spring-xml.html
-- logback-spring.xml
test ../../ test user-ref/configuration/serializer-jaxb-cfg-xml.html
-- serializer.jaxb.cfg.xml
test ../../ test user-ref/configuration/tracing-properties.html
-- tracing.properties
test ../../ test user-ref/cube.html
-
Cube reference
test ../../ test user-ref/datastore.html
-
Datastores
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.