6 lines
81 B
HCL
6 lines
81 B
HCL
%{ if AuthEnabled ~}
|
|
auth_enabled: true
|
|
%{ else }
|
|
auth_enabled: false
|
|
%{ endif }
|