Merge pull request #6 from beatriceo/redis-fix

interpolated redis url
This commit is contained in:
Beatrice Olivera 2018-08-28 11:31:53 +01:00 committed by GitHub
commit 4e1d0559ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@ test:
production: production:
adapter: redis adapter: redis
url: ENV['REDIS_URL'] url: <%= ENV['REDIS_URL'] %>
channel_prefix: polyglot_production channel_prefix: polyglot_production