1
0
mirror of https://github.com/mainflux/mainflux.git synced 2025-05-04 22:17:59 +08:00
Mainflux.mainflux/config/config-docker.toml
Drasko DRASKOVIC 551172ed0a Abandon YAML and switch to TOML
Mainflux has very simple configuration. No need for all the YAML
structures. YAML is complex and overkill. Keep it lean.

Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
2016-10-02 21:20:56 +02:00

21 lines
401 B
TOML

###
# 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.
###
# HTTP
httpHost = "0.0.0.0"
httpPort = 7070
# Mongo
mongoHost = "mongo"
mongoPort = 27017
mongoDatabase = "mainflux"
# MQTT
mqttHost = "emqttd"
mqttPort = 1833