target      = __P4PORT__;
listen      = __P4BROKERPORT__;
directory   = __HMS_TEST_HOME__;
logfile     = broker.log;
debug-level = server=1;
admin-name  = "Perforce Admins";
admin-phone = 999/911;
admin-email = P4Admin@example.com;

compress = false;

# Optional user account to authenticate the broker to the target server with.
#service-user = "svc_p4broker___SERVERID__";

# Optional alternate P4TICKETS location.
#ticket-file = "/p4/__SDP_INSTANCE__/.p4tickets";

redirection  = selective;

command: ^hms$
{
    action = filter;
    execute = __HMS_SCRIPTS__/broker_wrapper;
}

