diff --git a/app/views/rooms/index.html.erb b/app/views/rooms/index.html.erb
index 1393109..de5d59c 100644
--- a/app/views/rooms/index.html.erb
+++ b/app/views/rooms/index.html.erb
@@ -17,10 +17,6 @@
"
->
-
-
-
- <%= user.username.capitalize %>
-
-
-
\ No newline at end of file
diff --git a/config/cable.yml b/config/cable.yml
index 7adbde8..a6dc3e0 100644
--- a/config/cable.yml
+++ b/config/cable.yml
@@ -7,5 +7,5 @@ test:
production:
adapter: redis
- url: <%= ENV.fetch("REDIS_URL") %>
+ url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
channel_prefix: chatapp_production