13 lines
659 B
Ruby
13 lines
659 B
Ruby
# Be sure to restart your server when you modify this file.
|
|
|
|
# Your secret key is used for verifying the integrity of signed cookies.
|
|
# 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.
|
|
# You can use `rake secret` to generate a secure secret key.
|
|
|
|
# Make sure your secret_key_base is kept private
|
|
# if you're sharing your code publicly.
|
|
Eshop::Application.config.secret_key_base = '264625ede5456e499575896d12d46744dd9a8b11e436928dd4214b6acca290ba3c991425ac8806c290b6a031546ae70174de7dcbf64ab46e983b29683a35115b'
|