New Rails app

This commit is contained in:
Kevin McConnell
2024-06-21 13:19:56 +01:00
commit 564a0f48ae
80 changed files with 1537 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
development:
adapter: redis
url: redis://localhost:6379/1
test:
adapter: test
production:
adapter: redis
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
channel_prefix: splat_production