2017-12-13 09:54:34 +00:00
|
|
|
basedir = "."
|
2018-01-25 16:40:42 +00:00
|
|
|
device = "3001@192.168.0.1"
|
2017-11-24 11:32:12 +00:00
|
|
|
keySpecifier = -1
|
2018-02-08 16:54:07 +00:00
|
|
|
|
2018-03-02 11:41:00 +00:00
|
|
|
doorman {
|
2018-02-08 16:54:07 +00:00
|
|
|
crlDistributionPoint = "http://test.com/revoked.crl"
|
2018-03-23 07:43:13 +00:00
|
|
|
crlServerSocketAddress = "test.com:2333"
|
2018-03-16 11:48:41 +00:00
|
|
|
crlUpdatePeriod = 200000
|
2018-02-08 16:54:07 +00:00
|
|
|
validDays = 3650
|
|
|
|
rootKeyStoreFile = "dummyfile.jks"
|
|
|
|
rootKeyStorePassword = "trustpass"
|
|
|
|
keyGroup = "DEV.CORDACONNECT.OPS.CERT"
|
|
|
|
authParameters {
|
|
|
|
mode = PASSWORD
|
|
|
|
password = "PASSWORD"
|
|
|
|
threshold = 2
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-11-24 11:32:12 +00:00
|
|
|
h2port = 0
|
|
|
|
dataSourceProperties {
|
|
|
|
"dataSourceClassName" = org.h2.jdbcx.JdbcDataSource
|
|
|
|
"dataSource.url" = "jdbc:h2:file:"${basedir}"/persistence;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=10000;WRITE_DELAY=0;AUTO_SERVER_PORT="${h2port}
|
|
|
|
"dataSource.user" = sa
|
|
|
|
"dataSource.password" = ""
|
2017-12-13 09:54:34 +00:00
|
|
|
}
|