From 718d2bfe217ca1605822aa494ccfa2a719051863 Mon Sep 17 00:00:00 2001 From: Dennis Wielepsky Date: Tue, 24 Sep 2024 19:07:37 +0200 Subject: [PATCH] mention how booleans are treated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f120152..5d5806f 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ private repos, they will be created as private repos on your gitea server. ### Configuration -All configuration is performed through environment variables. +All configuration is performed through environment variables. Flags are considered `true` on `true`, `TRUE` or `1`. | Parameter | Required | Default | Description | |-----------------------------|----------|---------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|