root/ALfA/ALfA-RMI/src/main/resources/application.properties @ bf9c3717
bf9c3717 | Rémy Ménard | # RMI server configuration
|
|
# TLS private and public keys
|
|||
pks-filename = /srv/privatekeys.jks
|
|||
pks-password = changeit
|
|||
trust-pks-filename = /srv/publickeys.jks
|
|||
trust-pks-password = changeit
|
|||
# the host will be used by the clients
|
|||
rmi-server-name = ALfA
|
|||
rmi-server-host = localhost
|
|||
rmi-server-port = 1099
|
|||
# ONS address or hostname
|
|||
ons = 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-ds-entry = epc\\+ds
|
|||
ons-html-entry = epc\\+html
|
|||
ons-entry-regex = \\!\\^\\.\\*\\$\\!|\\!
|