Commit 9cf07f32239b2f7640fb36e96c6ea83d4bc2bdf5
1 parent
38ea3b22
Exists in
master
and in
1 other branch
add redis configuration file
Showing
3 changed files
with
3 additions
and
1 deletions
Show diff stats
@@ -0,0 +1 @@ | @@ -0,0 +1 @@ | ||
1 | +REDIS_CONFIG = YAML.load_file("#{Rails.root}/config/redis.yml") |
config/initializers/redis.rb
@@ -0,0 +1 @@ | @@ -0,0 +1 @@ | ||
1 | +hostname: localhost |