diff --git a/invenio.cfg b/invenio.cfg index 1bd1f1f5..f330960f 100644 --- a/invenio.cfg +++ b/invenio.cfg @@ -288,7 +288,7 @@ vcs_github_oauth_remote_config["link_only"] = True vcs_gitlab = GitLabProviderFactory( id="gitlab", name="GitLab", - base_url="https://gitlab-dev.cern.ch", + base_url="https://gitlab.cern.ch", webhook_receiver_url="https://CHANGEME.cern.ch/api/hooks/receivers/gitlab/events/?access_token={token}", config={"shared_validation_token": "CHANGEME", "allowed_project_visibilities": ["public"]}, )