From 61864ac508076156e1b3fe885cdfed3c61c4425c Mon Sep 17 00:00:00 2001 From: Captain ALM Date: Tue, 12 Jul 2022 11:47:01 +0100 Subject: [PATCH] Fix incorrect description for usernameProvided. --- config.example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.example.yml b/config.example.yml index 4a2909a..2488805 100644 --- a/config.example.yml +++ b/config.example.yml @@ -12,7 +12,7 @@ zones: #An array of zones havePageContents: true #Output a header and link to the target repo basePath: "localhost" #The base-path, also known as, package name basePrefixURL: "http://localhost" #The base git URL - usernameProvided: true #If the username has been provided + usernameProvided: true #If the username would be provided in requests to the server (When false the value of username can be used) username: "captain-alm" #The username to append to the start of a path under the prefix suffixDirectoryURL: "src/branch/master{/dir}" #The suffix location of the main branch for directory usage suffixFileURL: "src/branch/master{/dir}/{file}#L{line}" #The suffix location of the main branch for file usage