|
## The following properties provide configuration to the DS in a
|
|
## multi DS architecture mode.
|
|
|
|
## Set true if the DS is able to discuss with other DSs in the internet of things.
|
|
|
|
multi-ds-architecture = false
|
|
|
|
## Set the ONS hosts to locate the address of a particular DS for a particular
|
|
## EPC code. (ex : ons = addr1,addr2,..... )
|
|
ons-hosts = localhost
|
|
|
|
# ONS root domain (to construct FQDN from EPCs)
|
|
ons-domain-prefix = ons-peer.com.
|
|
|
|
# ONS specification used.
|
|
# 1.0 : original version (10000.30000.sgtin.id.ons-peer.com)
|
|
# 2.0 : WINGS version (0.0.0.0.1.0.0.0.0.3.sgtin.id.ons-peer.com)
|
|
ons-spec-level = 2.0
|
|
|
|
# nomenclature of the NAPTR fields
|
|
ons-epcis-entry = epc\\+epcis
|
|
ons-ided-epcis-entry = epc\\+ided_epcis
|
|
ons-ds-entry = epc\\+ds
|
|
ons-ided-ds-entry = epc\\+ided_ds
|
|
ons-html-entry = epc\\+html
|
|
ons-entry-regex = \\!\\^\\.\\*\\$\\!|\\!
|
|
|
|
service-id = http://localhost:8080/ds
|
|
|
|
publisher-delay = 10000
|
|
publisher-period = 60000
|
|
publisher-timeout = 200
|
|
|
|
jms-url = tcp://localhost:61616
|
|
jms-login=
|
|
jms-password=
|
|
jms-queue-name= toPublish
|
|
jms-message-time-property = lastPublication
|