From cafc99870a5167530f45ddcdee98afa86a27a0f7 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 26 Jul 2023 18:10:07 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- config/gitlab.yml.example | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config/gitlab.yml.example') diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 7968d46dad4..bbdbd68a78b 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -1276,6 +1276,12 @@ production: &base # Default is '.gitlab_suggested_reviewers_secret' relative to Rails.root (i.e. root of the GitLab app). # secret_file: /home/git/gitlab/.gitlab_suggested_reviewers_secret + zoekt: + # Files that contain username and password for basic auth for Zoekt + # Default is '.gitlab_zoekt_username' and '.gitlab_zoekt_password' in Rails.root + # username_file: /home/git/gitlab/.gitlab_zoekt_username + # password_file: /home/git/gitlab/.gitlab_zoekt_password + ## GitLab Elasticsearch settings elasticsearch: indexer_path: /home/git/gitlab-elasticsearch-indexer/ -- cgit v1.2.3