Removed unused file

This commit is contained in:
Carlos Salguero
2022-04-05 10:18:16 -03:00
parent 102a3dd838
commit 70fd5a71b2

View File

@@ -1,16 +0,0 @@
package templates
const Security = `
# Security ###############################################################################################
Users : {{.Users}}
Roles : {{.Roles}}
Auth : {{.Auth}}
SSL : {{.SSL}}
Port : {{.Port}}
Bind IP: {{.BindIP}}
{{- if .WarningMsgs -}}
{{- range .WarningMsgs }}
{{ . }}
{{end}}
{{end }}
`