From 78671e9ad9fd4fb60d23f851fa5aa5ec8bda3f62 Mon Sep 17 00:00:00 2001 From: Stefan Haun Date: Thu, 11 Feb 2021 21:06:59 +0100 Subject: [PATCH] Add Git configuration variables to README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a6d6afb..2baa98e 100644 --- a/README.md +++ b/README.md @@ -9,4 +9,7 @@ Query and manipulate the Netz39 entities database. The service is configured via the following environment variables: * `PORT`: Service port. defaults to 8080 * `AUTH`: Authentication tokens, defaults to None. Example Configuration : `AUTH={"token_1": "user_1", "token_2": "user_2"}` - +* `GIT_ORIGIN`: URL for the origin Git repository, including the user name +* `GIT_PASSWORD`: The git password for the user encoded in the origin URL +* `GIT_PULL_INTV`: Time interval between automated pull operations (default: 30s) +* `GIT_WC_PATH`: Set a path for the working copy. Will create a temporary checkout if not provided.