Skip to content

Commit cee28a6

Browse files
committed
fix syntax
1 parent 0d7a4d1 commit cee28a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/config/initializers/redis_session_store.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
expire_after: 30.days,
55
ttl: 30.days,
66
key_prefix: 'nextjs-rails:session:',
7-
url: ENV.REDIS_URL,
7+
url: ENV['REDIS_URL'],
88
}

0 commit comments

Comments
 (0)