Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2024-01-16 15:08:54 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2024-01-16 15:08:54 +0300
commit218585fc850159e0cf7fa4b609f0837cb5f29599 (patch)
treeb4210dff575984a1a5f7aa6328355dc499c62b93 /spec/fixtures
parent65d9a877b3487bdcb75985dbcbe8bcf76280591f (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/fixtures')
-rw-r--r--spec/fixtures/config/redis_config_with_extra_config_command.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/fixtures/config/redis_config_with_extra_config_command.yml b/spec/fixtures/config/redis_config_with_extra_config_command.yml
new file mode 100644
index 00000000000..186ce9e4936
--- /dev/null
+++ b/spec/fixtures/config/redis_config_with_extra_config_command.yml
@@ -0,0 +1,4 @@
+development:
+ config_command: '/opt/redis-config.sh'
+ url: 'redis://redis.example.com'
+ password: 'dummy-password'