root/EpcILoN/src/main/resources/application.properties @ 675e977d
bf9c3717 | Rémy Ménard | # gateway.properties - various properties (loaded at runtime) which are used
|
|
# to configure the behaviour of the discovery module interface
|
|||
## service address
|
|||
discovery-service-address = http://localhost:8080/ds/services/ESDS_Service
|
|||
query-client-address = http://localhost:8080/epcis/query
|
|||
query-callback-address = http://localhost:8080/epcilon/StandingQueryCallbackServlet
|
|||
## publisher properties :
|
|||
8fd1d584 | Rémy Ménard | publisher-frequency = 30000
|
|
bf9c3717 | Rémy Ménard | publisher-max-wait = 100000
|
|
publisher-monitor-frequency = 25000
|
|||
8fd1d584 | Rémy Ménard | #max number of EPCIS events to handle
|
|
bf9c3717 | Rémy Ménard | epcis-to-ds-pool-event = 1000
|
|
8fd1d584 | Rémy Ménard | ## number of DS events by query
|
|
bf9c3717 | Rémy Ménard | simultaneous-publish-limit = 20
|
|
## event default properties :
|
|||
default-event-to-publish-timestamp = 20000000
|
|||
publisher-pending-republish = 180000
|
|||
## 1:"second" || 2:"minute" || 3:"hour" || 4:"dayOfMonth" || 5:"month" || 6:"dayOfWeek"
|
|||
subscription-type = 1
|
|||
subscription-value = 10
|
|||
publish = false
|
|||
8fd1d584 | Rémy Ménard | ## use IoTa IDed (ETa and DSeTa) or not (EPCIS and DS)
|
|
iota-ided = false
|
|||
## identity of this application
|
|||
identity = anonymous
|
|||
bf9c3717 | Rémy Ménard | # TLS private and public keys
|
|
pks-filename = /srv/privatekeys.jks
|
|||
pks-password = changeit
|
|||
trust-pks-filename = /srv/publickeys.jks
|
|||
trust-pks-password = changeit
|