# This file is in relaxed JSON format (it allows comments and trailing commas).
#
# This is the configuration of the internal ToyBroker, which is enabled in these
# examples in order to allow them being run out of the box. To disable ToyBroker
# set "use_toybroker" to false in pool.config.json

{
    "listen_addr" : "127.0.0.1",
    "listen_port" : "61613",

    "users" : {
        "test" : { "password" : "abc123" },
    },
}