2017-12-13 09:54:34 +00:00
|
|
|
basedir = "."
|
2017-11-24 11:32:12 +00:00
|
|
|
device = "3001@127.0.0.1"
|
|
|
|
keyGroup = "DEV.DOORMAN"
|
|
|
|
keySpecifier = -1
|
|
|
|
authMode = PASSWORD
|
|
|
|
rootCertificateName = "corda_root_ca"
|
|
|
|
rootPrivateKeyPassword = "Password"
|
|
|
|
csrPrivateKeyPassword = "Password"
|
|
|
|
csrCertificateName = "intermediate_ca"
|
|
|
|
networkMapCertificateName = "intermediate_ca"
|
|
|
|
networkMapPrivateKeyPassword = "Password"
|
|
|
|
validDays = 3650
|
|
|
|
signAuthThreshold = 2
|
|
|
|
keyGenAuthThreshold = 2
|
|
|
|
authKeyFilePath = "./Administrator.key"
|
|
|
|
authKeyFilePassword = "Password"
|
|
|
|
autoUsername = "AUTO_USER"
|
|
|
|
signInterval = 600
|
|
|
|
|
|
|
|
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
|
|
|
}
|