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"
|
profile = "dev_sim"
|
||||||
dev : {
|
dev_sim : {
|
||||||
device = "3001@127.0.0.1"
|
device = "3001@127.0.0.1"
|
||||||
keyName = "DEV_SGX"
|
keyName = "DEV_SGX"
|
||||||
keyGroup = "DEV.SGX"
|
keyGroup = "DEV.SGX"
|
||||||
keySpecifier = "1"
|
keySpecifier = "1"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dev_hsm : {
|
||||||
|
device = "TCP:192.168.118.19"
|
||||||
|
keyName = "DEV_SGX"
|
||||||
|
keyGroup = "DEV.SGX"
|
||||||
|
keySpecifier = "1"
|
||||||
|
}
|
||||||
|
|
||||||
prod : {
|
prod : {
|
||||||
device = "TCP:192.168.118.11"
|
device = "TCP:192.168.118.11"
|
||||||
keyName = "PROD_SGX"
|
keyName = "PROD_SGX"
|
||||||
|
Loading…
Reference in New Issue
Block a user