parent
f1444d088c
commit
67c5fbca24
4 changed files with 4 additions and 3 deletions
@ -1,3 +1,3 @@ |
||||
url: {{ crowdsec_lapi_enabled | ternary('http://127.0.0.1:' ~ crowdsec_lapi_port,crowdsec_lapi_url) }} |
||||
url: {{ crowdsec_lapi_enabled | ternary('http://127.0.0.1:' ~ crowdsec_lapi_port,(crowdsec_lapi_url is search('/$')) | ternary(crowdsec_lapi_url, crowdsec_lapi_url ~ '/')) }} |
||||
login: {{ crowdsec_lapi_user }} |
||||
password: {{ crowdsec_lapi_pass }} |
||||
|
Loading…
Reference in new issue