From 8931cac733b15a258aadde9066453792c942038c Mon Sep 17 00:00:00 2001 From: IJustDev Date: Sat, 26 Dec 2020 18:38:34 +0100 Subject: [PATCH] chore: add BaseURL to Readme.md Refs: #21 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f369151..de8287e 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ Also do not push the .vscode folder to your repository and doublecheck this part - Authtoken - Port (either 80 or 443) in case that you use docker please enter the exposed port +- BaseURL (default to "") in case you have your instance reachable on a suburl. - Domain in format: "example.com" - Repository owner (may be an organisation): "TestOrganisation" - Repository name "ExampleRepository"