Skip to content
Snippets Groups Projects
Select Git revision
  • ad33aa14b77765cd2a4b1faef50701f97321bc38
  • master default protected
2 results

gitlab-deps.default

  • gitlab-deps.default 396 B
    # Set to the public URL of your Gitlab repository.
    GITLAB_URL=
    
    # File with the authorization token.
    GITLAB_TOKEN_FILE=/var/lib/gitlab-deps/auth_token
    
    # Set to a regular expression (extended) if you want to filter the
    # project list.
    #PROJECT_REGEXP=
    
    # Set to the X-Gitlab-Token to be used for request authentication.
    #WEBHOOK_AUTH_TOKEN=
    
    # Address and port to bind to.
    ADDR=0.0.0.0
    PORT=3535