You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
206 B

  1. development:
  2. adapter: redis
  3. url: redis://localhost:6379/1
  4. test:
  5. adapter: async
  6. production:
  7. adapter: redis
  8. url: redis://<%= ENV['REDIS_HOST'] || 'localhost' %>:<%= ENV['REDIS_PORT'] || 6379 %>/1