Skip to content

Commit

Permalink
Changed settings in docker-compose-separated.
Browse files Browse the repository at this point in the history
  • Loading branch information
hylkevds committed Aug 16, 2018
1 parent e938588 commit 5252fa8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker-compose-separated.yaml
Expand Up @@ -30,8 +30,10 @@ services:
- serviceRootUrl=http://localhost:8080/FROST-Server
- bus_busImplementationClass=de.fraunhofer.iosb.ilt.sta.messagebus.MqttMessageBus
- bus_mqttBroker=tcp://mosquitto:1883
- mqtt_CreateThreadPoolSize=100
- mqtt_CreateMessageQueueSize=1000
- mqtt_CreateThreadPoolSize=10
- mqtt_CreateMessageQueueSize=100
- mqtt_SubscribeThreadPoolSize=20
- mqtt_SubscribeMessageQueueSize=1000
- persistence_persistenceManagerImplementationClass=de.fraunhofer.iosb.ilt.sta.persistence.postgres.longid.PostgresPersistenceManagerLong
- persistence_db_driver=org.postgresql.Driver
- persistence_db_url=jdbc:postgresql://database:5432/sensorthings
Expand Down

0 comments on commit 5252fa8

Please sign in to comment.