We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8953629 commit a5ea1baCopy full SHA for a5ea1ba
spec/dummy/config/initializers/rpi_auth.rb
@@ -6,7 +6,7 @@
6
config.brand = 'codeclub'
7
config.host_url = 'http://localhost:3009'
8
config.identity_url = 'http://localhost:3002'
9
- config.session_keys_to_persist = %w[foo bar]
+ config.session_keys_to_persist = 'foo bar'
10
config.user_model = 'User'
11
12
# Redurect to the next URL
0 commit comments