.include "$CONFDIR/common.conf"

options {
    .include "$CONFDIR/options.inc"
}

logging {
    type = "console";
    systemd = false;
    .include "$CONFDIR/logging.inc"
}

worker {
    bind_socket = "*:11333";
    .include "$CONFDIR/worker-normal.inc"
}

worker {
    bind_socket = "localhost:11334";
    .include "$CONFDIR/worker-controller.inc"
}