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:
authorSemyon Pupkov <mail@semyonpupkov.com>2016-12-13 22:54:50 +0300
committerSemyon Pupkov <mail@semyonpupkov.com>2017-01-13 08:41:50 +0300
commita532c6040c1c150810122b172a2fad30d1753dfd (patch)
tree477dcb195d7a7b2fcb09e49b8c39d7e0ffdc6495 /spec/fixtures
parentf80ab37cc1450fb9dc61149dbc10c245f3681e45 (diff)
Allow to use ENV variables in redis config
Diffstat (limited to 'spec/fixtures')
-rw-r--r--spec/fixtures/config/redis_config_with_env.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/fixtures/config/redis_config_with_env.yml b/spec/fixtures/config/redis_config_with_env.yml
new file mode 100644
index 00000000000..f5860f37e47
--- /dev/null
+++ b/spec/fixtures/config/redis_config_with_env.yml
@@ -0,0 +1,2 @@
+test:
+ url: <%= ENV['TEST_GITLAB_REDIS_URL'] %>