mirror of
https://github.com/corda/corda.git
synced 2025-01-16 09:50:11 +00:00
two dev modes (simulation and hsm)
This commit is contained in:
parent
ef7ccd3147
commit
fccfe6b946
@ -1,11 +1,18 @@
|
||||
profile = "dev"
|
||||
dev : {
|
||||
profile = "dev_sim"
|
||||
dev_sim : {
|
||||
device = "3001@127.0.0.1"
|
||||
keyName = "DEV_SGX"
|
||||
keyGroup = "DEV.SGX"
|
||||
keySpecifier = "1"
|
||||
}
|
||||
|
||||
dev_hsm : {
|
||||
device = "TCP:192.168.118.19"
|
||||
keyName = "DEV_SGX"
|
||||
keyGroup = "DEV.SGX"
|
||||
keySpecifier = "1"
|
||||
}
|
||||
|
||||
prod : {
|
||||
device = "TCP:192.168.118.11"
|
||||
keyName = "PROD_SGX"
|
||||
|
Loading…
Reference in New Issue
Block a user