Project

General

Profile

Download (918 Bytes) Statistics
| Branch: | Tag: | Revision:
# application.properties - various properties (loaded at runtime) which are used
# to configure the behaviour of the epcis-repository application

# the location of the EPCglobal EPCIS schema
epcisSchemaFile=/xsd/EPCglobal-epcis-query-1_0.xsd

# JMS
# The context of the Connection Factory
#java.naming.factory.initial=org.apache.activemq.jndi.ActiveMQInitialContextFactory
# The name of the provider
#java.naming.provider.url=tcp://localhost:61616

jms-queueName=queueToSender
jms-url=tcp://localhost:61616
jms-login=
jms-password=
jms-message-time-property=lastSend
jms-timeout=200

startup-delay = 10000
polling-delay = 60000

database-url=jdbc:mysql://localhost:3306/eta_db?autoReconnect=true
database-login=callback_usr
database-password=callback_pwd

# TLS private and public keys
pks-filename = /srv/privatekeys.jks
pks-password = changeit
trust-pks-filename = /srv/publickeys.jks
trust-pks-password = changeit
(1-1/3)