1# Be sure to restart your server when you modify this file.
2
3# Your secret key is used for verifying the integrity of signed cookies.
4# If you change this key, all old signed cookies will become invalid!
5
6# Make sure the secret is at least 30 characters and all random,
7# no regular words or you'll be exposed to dictionary attacks.
8# You can use `rake secret` to generate a secure secret key.
9
10# Make sure your secret_key_base is kept private
11# if you're sharing your code publicly.
12token = '4380f36fda304251bf48f12ad4474b6d11447f1f959bd5b77a5d56c92b97f4c403ee0ae13d31a85ed88058ff8795bf31ec17e70e5c229b3707a77a2ee7e81cc'
13
14if Dummy::Application.config.respond_to?(:secret_key_base=)
15  Dummy::Application.config.secret_key_base = token
16else
17  Dummy::Application.config.secret_token = token
18end