mirror of
https://github.com/traefik/traefik.git
synced 2026-06-17 19:09:29 +03:00
Move dynamic config into a dedicated package.
This commit is contained in:
committed by
Traefiker Bot
parent
09cc1161c9
commit
c8bf8e896a
+2
-2
@@ -48,8 +48,8 @@ func genStaticConfDoc(outputFile string, prefix string, encodeFn func(interface{
|
||||
w.writeln(`<!--
|
||||
CODE GENERATED AUTOMATICALLY
|
||||
THIS FILE MUST NOT BE EDITED BY HAND
|
||||
-->
|
||||
`)
|
||||
-->`)
|
||||
w.writeln()
|
||||
|
||||
for i, flat := range flats {
|
||||
w.writeln("`" + prefix + strings.ReplaceAll(flat.Name, "[0]", "[n]") + "`: ")
|
||||
|
||||
Reference in New Issue
Block a user