1
0
mirror of https://github.com/mainflux/mainflux.git synced 2025-05-14 19:29:11 +08:00
Mainflux.mainflux/config/config-docker.yml

24 lines
372 B
YAML
Raw Normal View History

###
# 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.
###
###
# HTPP Server
###
http:
host: "0.0.0.0"
port: 7070
###
# MongoDB
###
mongo:
host: "mongo"
port: 27017
db: "mainflux"