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:
Tom Wiesing 2024-04-01 17:16:29 +02:00
parent 24ff81f7cd
commit 9a8262b44a
No known key found for this signature in database
4 changed files with 67 additions and 6 deletions

View file

@ -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