extraAdvertisedServiceIds config is now a list of strings, rather than a comma separated string

This commit is contained in:
Shams Asari
2017-02-21 13:57:09 +00:00
parent 33717259bd
commit 7181b697a3
13 changed files with 16 additions and 16 deletions

View File

@ -4,5 +4,5 @@ keyStorePassword : "cordacadevpass"
trustStorePassword : "trustpass"
artemisAddress : "my-network-map:10000"
webAddress : "localhost:10001"
extraAdvertisedServiceIds: ""
extraAdvertisedServiceIds : []
useHTTPS : false

View File

@ -10,7 +10,7 @@ dataSourceProperties : {
}
artemisAddress : "my-corda-node:10002"
webAddress : "localhost:10003"
extraAdvertisedServiceIds: "corda.interest_rates"
extraAdvertisedServiceIds : [ "corda.interest_rates" ]
networkMapService : {
address : "my-network-map:10000"
legalName : "Network Map Service"