Spotter-VM/motech/srv/motech/conf/config/bootstrap.properties

20 lines
589 B
INI

jms.cache.producers=false
jms.queue.for.scheduler=QueueForScheduler
sql.url=jdbc\:postgresql\://postgres\:5432/
jms.maxConcurrentConsumers=10
sql.user=motech
jms.queue.for.events=QueueForEvents
jms.password=
jms.session.cache.size=10
org.osgi.framework.storage=/srv/tomcat/.motech/felix-cache
motech.message.redelivery.delay=1
jms.username=
config.source=FILE
motech.dir=/srv/tomcat/.motech
sql.password=${MOTECH_PWD}
sql.driver=org.postgresql.Driver
jms.concurrentConsumers=1
jms.broker.url=tcp\://activemq\:61616
motech.message.max.redelivery.count=3
jms.topic.for.events=TopicForEvents