mirror of
https://github.com/corda/corda.git
synced 2024-12-28 00:38:55 +00:00
34800ab527
Also, the "config-file" command line argument for the doorman jar is required - it no longer defaults to network-management.conf
23 lines
589 B
Plaintext
23 lines
589 B
Plaintext
basedir = "."
|
|
device = "3001@192.168.0.1"
|
|
keySpecifier = -1
|
|
|
|
networkMap {
|
|
username = "TEST_USERNAME",
|
|
keyGroup = "DEV.CORDACONNECT.OPS.NETMAP"
|
|
authParameters {
|
|
mode = KEY_FILE
|
|
password = "PASSWORD"
|
|
keyFilePath = "./Administrator.KEY"
|
|
threshold = 2
|
|
}
|
|
}
|
|
|
|
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" = ""
|
|
}
|