diff --git a/pr_agent/settings/.secrets_template.toml b/pr_agent/settings/.secrets_template.toml index 9ed9ed15..73bd7de2 100644 --- a/pr_agent/settings/.secrets_template.toml +++ b/pr_agent/settings/.secrets_template.toml @@ -27,4 +27,8 @@ app_id = 123456 # The GitHub App ID, replace with your own. webhook_secret = "" # Optional, may be commented out. [gitlab] -personal_access_token = "" \ No newline at end of file +# Gitlab personal access token +personal_access_token = "" + +# URL to the gitlab service +gitlab_url = "https://gitlab.com"