diff options
author | Semyon Pupkov <mail@semyonpupkov.com> | 2016-12-14 00:54:50 +0500 |
---|---|---|
committer | Semyon Pupkov <mail@semyonpupkov.com> | 2017-01-13 10:41:50 +0500 |
commit | a532c6040c1c150810122b172a2fad30d1753dfd (patch) | |
tree | 477dcb195d7a7b2fcb09e49b8c39d7e0ffdc6495 /spec/fixtures | |
parent | f80ab37cc1450fb9dc61149dbc10c245f3681e45 (diff) | |
download | gitlab-ce-a532c6040c1c150810122b172a2fad30d1753dfd.tar.gz |
Allow to use ENV variables in redis config
Diffstat (limited to 'spec/fixtures')
-rw-r--r-- | spec/fixtures/config/redis_config_with_env.yml | 2 |
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'] %> |