Add redis db config
This commit is contained in:
parent
9aed3f7cca
commit
648c3943e8
@ -3,6 +3,7 @@ development: &defaults
|
|||||||
redis:
|
redis:
|
||||||
host: <%= ENV["REDIS_HOST"] || "localhost" %>
|
host: <%= ENV["REDIS_HOST"] || "localhost" %>
|
||||||
port: <%= ENV["REDIS_PORT"] || "6379" %>
|
port: <%= ENV["REDIS_PORT"] || "6379" %>
|
||||||
|
db: <%= ENV["REDIS_DB"] || 0 %>
|
||||||
s3: &s3_defaults
|
s3: &s3_defaults
|
||||||
endpoint: <%= ENV["S3_ENDPOINT"] || "http://127.0.0.1:9000" %>
|
endpoint: <%= ENV["S3_ENDPOINT"] || "http://127.0.0.1:9000" %>
|
||||||
region: <%= ENV["S3_REGION"] %>
|
region: <%= ENV["S3_REGION"] %>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user