diff options
author | Patrick Schulz <creator79@googlemail.com> | 2014-03-07 22:33:59 +0000 |
---|---|---|
committer | Patrick Schulz <creator79@googlemail.com> | 2014-03-07 22:33:59 +0000 |
commit | 0558aed7f22da479aa672d00f9c8960a4bf6f5b3 (patch) | |
tree | 0721779cb8bd9f1b6168c85f3b418a6d77346008 | |
parent | 3627f01ba282bfedf779e02c13a13f4f2a7fdf75 (diff) | |
download | gitlab-ci-0558aed7f22da479aa672d00f9c8960a4bf6f5b3.tar.gz |
Add schema to resque.yml.example
-rw-r--r-- | config/resque.yml.example | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/resque.yml.example b/config/resque.yml.example index cd3d487..7c216c0 100644 --- a/config/resque.yml.example +++ b/config/resque.yml.example @@ -1,3 +1,3 @@ -development: localhost:6379 -test: localhost:6379 -production: redis.example.com:6379 +development: redis://localhost:6379 +test: redis://localhost:6379 +production: redis://redis.example.com:6379
\ No newline at end of file |