corda/network-management/doorman.conf

36 lines
933 B
Plaintext
Raw Normal View History

basedir = "."
host = localhost
port = 0
rootStorePath = ${basedir}"/certificates/rootstore.jks"
2017-02-08 17:26:33 +00:00
keystorePath = ${basedir}"/certificates/caKeystore.jks"
keystorePassword = "password"
caPrivateKeyPassword = "password"
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-02-15 15:42:41 +00:00
h2port = 0
# Comment out this section if running without doorman service
doormanConfig{
approveInterval = 10000
approveAll = false
jiraConfig{
address = "https://doorman-jira-host.com/"
projectCode = "TD"
username = "username"
password = "password"
doneTransitionCode = 41
}
2017-02-15 15:42:41 +00:00
}
# Comment out this section if running without network map service
networkMapConfig{
cacheTimeout = 600000
signInterval = 10000
}