summaryrefslogtreecommitdiff
path: root/spec/fixtures/config/redis_cache_config_with_env.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/config/redis_cache_config_with_env.yml')
-rw-r--r--spec/fixtures/config/redis_cache_config_with_env.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/fixtures/config/redis_cache_config_with_env.yml b/spec/fixtures/config/redis_cache_config_with_env.yml
new file mode 100644
index 00000000000..52fd5a06460
--- /dev/null
+++ b/spec/fixtures/config/redis_cache_config_with_env.yml
@@ -0,0 +1,2 @@
+test:
+ url: <%= ENV['TEST_GITLAB_REDIS_CACHE_URL'] %>