blob: 7c81149b2e5d0aa86ea88bb846ddaf1c6f8515ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# 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.
CodeChallengeMo::Application.config.secret_key_base = '38d3dbb199f442080b87ee04aacdf61ac0cc2640d67647c73f9c26b8d3a57341cac0330d9f0167a8b0d4e89c401597fe58b289e4d9c46da489c6f3c60c1dd552'
|