2 lines
105 B
Ruby
2 lines
105 B
Ruby
# Initializer to configure resque daemon
|
|
Resque.redis = ENV.fetch("REDIS_URL", "redis://localhost:6379")
|