refactor: "false" -> CHAOS_DEFAULT

This commit is contained in:
2024-07-17 01:23:12 +02:00
parent 486cfa68d8
commit cf14731b46
6 changed files with 11 additions and 5 deletions

View File

@ -107,4 +107,5 @@ var (
REPOS_BASE_URL = "https://git.coopcloud.tech/coop-cloud"
CATALOGUE_JSON_REPO_NAME = "recipes-catalogue-json"
SSH_URL_TEMPLATE = "ssh://git@git.coopcloud.tech:2222/coop-cloud/%s.git"
CHAOS_DEFAULT = "false"
)