dfdfsdfs
This commit is contained in:
parent
8f8398c70e
commit
95e00bbdbb
@ -4,4 +4,4 @@
|
||||
# If you change this key, all old signed cookies will become invalid!
|
||||
# Make sure the secret is at least 30 characters and all random,
|
||||
# no regular words or you'll be exposed to dictionary attacks.
|
||||
Pharma::Application.config.secret_token = 'a38a51e88d249df9056a06409a1a69fe10870379ee6571369c96d4e2976e32c5453d179ba7f21e5c1dd326de80cc76b1f7554f59a4bcf060eadc2166d535434f'
|
||||
Mda::Application.config.secret_token = 'a38a51e88d249df9056a06409a1a69fe10870379ee6571369c96d4e2976e32c5453d179ba7f21e5c1dd326de80cc76b1f7554f59a4bcf060eadc2166d535434f'
|
||||
|
@ -1,8 +1,8 @@
|
||||
# Be sure to restart your server when you modify this file.
|
||||
|
||||
Pharma::Application.config.session_store :cookie_store, key: '_pharma_session'
|
||||
Mda::Application.config.session_store :cookie_store, key: '_pharma_session'
|
||||
|
||||
# Use the database for sessions instead of the cookie-based default,
|
||||
# which shouldn't be used to store highly confidential information
|
||||
# (create the session table with "rails generate session_migration")
|
||||
# Pharma::Application.config.session_store :active_record_store
|
||||
# Mda::Application.config.session_store :active_record_store
|
||||
|
Loading…
x
Reference in New Issue
Block a user