Complete rewrite of the bootstraper tool
This commit is contained in:
5
data/templates/grafana.ini.pktpl.hcl
Normal file
5
data/templates/grafana.ini.pktpl.hcl
Normal file
@ -0,0 +1,5 @@
|
||||
%{ if Vars.AuthEnabled ~}
|
||||
auth_enabled: true
|
||||
%{ else }
|
||||
auth_enabled: false
|
||||
%{ endif }
|
Reference in New Issue
Block a user