Add more documentation to each instance
This commit adds a new "README.md" file to each instance, adding more documentation.
This commit is contained in:
parent
24ff81f7cd
commit
9a8262b44a
4 changed files with 67 additions and 6 deletions
|
|
@ -9,7 +9,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
EnvFileHeader = "# THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. \n\n"
|
||||
EnvFileHeader = "# This file is automatically created and updated by the distillery; DO NOT EDIT.\n\n"
|
||||
|
||||
EnvEqualChar = '=' // assignment
|
||||
EnvReplaceChar = '#' // replacement for invalid characters
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue