There was an error while loading. Please reload this page.
msgpd is a daemon which manages:
Supported parameters are:
-config=<config file>
Configuration file format:
# Address the http server listens on listen = "[::1]:8080" assets-dir = "./assets" templates-dir = "./templates" db-dir = "./" # Enable admin operations via http api (Do not use in production!) motherlode = true # Database configuration [postgres] user = "msgp" password = "msgp" database = "msgp" address = "localhost" port = "5432" # Database benchmark options [benchmark] # Caution: Benchmark empties database! do-benchmark = false users = 20 devices = 1000 sensors = 10 duration = 5 # in minutes