DistroPropaganda/code/rails31/work/demo3/config/initializers/secret_token.rb
2018-11-24 13:20:20 +01:00

15 lines
901 B
Ruby

#---
# Excerpted from "Agile Web Development with Rails",
# published by The Pragmatic Bookshelf.
# Copyrights apply to this code. It may not be used to create training material,
# courses, books, articles, and the like. Contact us if you are in doubt.
# We make no guarantees that this code is fit for any purpose.
# Visit http://www.pragmaticprogrammer.com/titles/rails4 for more book information.
#---
# Be sure to restart your server when you modify this file.
# Your secret key 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.
Rails.application.config.secret_token = '435ef67988dc1c70b1a2b629bf407f838a9abc8d9e6bbef2b09ff3e2ef20d245237f709d2dfa347c3b7eeb4c59687f26be74171d94b3a9484b15747e0a056462'