7 lines
211 B
Plaintext
7 lines
211 B
Plaintext
{
|
|
"host": "{{ lg.agent.host }}",
|
|
"port": {{ lg.agent.port }},
|
|
"socket_path": "{{ lg.agent.socket_path | default('/run/bird/bird.ctl') }}",
|
|
"shared_secret": "{{ lg.agent.shared_secret | default('') }}"
|
|
}
|