mirror of
https://github.com/mainflux/mainflux.git
synced 2025-05-11 19:29:16 +08:00
24 lines
372 B
YAML
24 lines
372 B
YAML
###
|
|
# 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"
|
|
|