diff options
Diffstat (limited to 'docker/git-server/git-auth.conf')
-rw-r--r-- | docker/git-server/git-auth.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docker/git-server/git-auth.conf b/docker/git-server/git-auth.conf deleted file mode 100644 index 2908bec..0000000 --- a/docker/git-server/git-auth.conf +++ /dev/null @@ -1,3 +0,0 @@ -auth.backend = "htpasswd" -auth.backend.htpasswd.userfile = "/app/user-info" -auth.require = ( "" => ("method" => "basic", "realm" => "Git Access", "require" => "valid-user") ) |