# socket address for the SSH server to listen on listen-address = "[::]:2222" # directory in which the generated private keys for the server # should be stored state-directory = "/var/lib/gitlab-cargo-shim" [gitlab] # the base url of the gitlab instance uri = "http://127.0.0.1:3000" # a personal access token of an admin with permission to `sudo` as other # users and create impersonation tokens. `sudo` is used to fetch all the # packages the user can access, and the impersonation token is returned # to the user to download packages admin-token = "personal-access-token"