Spotter-VM/lxc-apps/motech/install/motech_conf/config/bootstrap.properties

24 lines
607 B
Properties
Raw Normal View History

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