secret_token.rb.example 434 B

123456789
  1. # Your secret key for verifying the integrity of signed cookies.
  2. # If you change this key, all old signed cookies will become invalid!
  3. # Make sure the secret is at least 30 characters and all random,
  4. # no regular words or you'll be exposed to dictionary attacks.
  5. # generate a token by running: rake secret
  6. # replace 'place token here' with the output from the command above
  7. Oadr::Application.config.secret_token = 'place token here'