2016-08-09 21:27:33 +02:00
|
|
|
###
|
|
|
|
# Copyright (c) Mainflux
|
|
|
|
#
|
|
|
|
# Mainflux server is licensed under an Apache license, version 2.0.
|
|
|
|
# All rights not explicitly granted in the Apache license, version 2.0 are reserved.
|
|
|
|
# See the included LICENSE file for more details.
|
|
|
|
###
|
|
|
|
|
2016-10-02 21:20:56 +02:00
|
|
|
# HTTP
|
|
|
|
httpHost = "0.0.0.0"
|
|
|
|
httpPort = 7070
|
2016-09-20 19:24:54 +02:00
|
|
|
|
2016-10-02 21:20:56 +02:00
|
|
|
# Mongo
|
|
|
|
mongoHost = "mongo"
|
|
|
|
mongoPort = 27017
|
|
|
|
mongoDatabase = "mainflux"
|
2016-08-09 21:27:33 +02:00
|
|
|
|
2016-10-02 21:20:56 +02:00
|
|
|
# MQTT
|
|
|
|
mqttHost = "emqttd"
|
|
|
|
mqttPort = 1833
|