secret_token.rb 901 B

123456789101112131415
  1. #---
  2. # Excerpted from "Agile Web Development with Rails",
  3. # published by The Pragmatic Bookshelf.
  4. # Copyrights apply to this code. It may not be used to create training material,
  5. # courses, books, articles, and the like. Contact us if you are in doubt.
  6. # We make no guarantees that this code is fit for any purpose.
  7. # Visit http://www.pragmaticprogrammer.com/titles/rails4 for more book information.
  8. #---
  9. # Be sure to restart your server when you modify this file.
  10. # Your secret key for verifying the integrity of signed cookies.
  11. # If you change this key, all old signed cookies will become invalid!
  12. # Make sure the secret is at least 30 characters and all random,
  13. # no regular words or you'll be exposed to dictionary attacks.
  14. Depot::Application.config.secret_token = '06f84ea4c18d4d722a394e9bbf8367a4050bfd680da0b11ffd02a514935d24d93f650f4e64fea0a9eddb5056eab513f5760501a20769e0587a2dd5f0d623456b'