mirror of
https://github.com/mainflux/mainflux.git
synced 2025-05-04 22:17:59 +08:00

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>
21 lines
401 B
TOML
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
|