Jack+Bruefir+Mpd

I'm trying to configure brutefir to work with jack and mpd. I can't find how to put a specific jack server name in brutefir config file.
I can run with default jack sever name...
Code:
jackd -dalsa -r96000 -p512 -n3 -m -D -Chw:M1010LT -Phw:M1010LT
and in brutefir
Code:
input 0,1 {
    device: "jack" { 
        clientname: "Brutefir";
            ports:
        "MusicPlayerDaemon:left"/"FS",
            "MusicPlayerDaemon:right"/"FD";
        };
    sample: "AUTO";
    channels: 2/0,1;
    delay: 0,0;
    maxdelay: -1;
    mute: false, false;
};
If I put a specific name in jackd, I don't know what put in brutefir config to specify "HIFI" server:
Code:
jackd --name HIFI -dalsa -r96000 -p512 -n3 -m -D -Chw:M1010LT -Phw:M1010LT