Site para o estudio Velvet Design em São Paulo. http://velvetdesign.com.br

secret_token.rb 566B

12345678910111213
  1. # Be sure to restart your server when you modify this file.
  2. # Your secret key is used for verifying the integrity of signed cookies.
  3. # If you change this key, all old signed cookies will become invalid!
  4. # Make sure the secret is at least 30 characters and all random,
  5. # no regular words or you'll be exposed to dictionary attacks.
  6. # You can use `rake secret` to generate a secure secret key.
  7. # Make sure your secret_key_base is kept private
  8. # if you're sharing your code publicly.
  9. RailsWebsiteTemplate::Application.config.secret_key_base = ENV["SECRET_KEY_BASE"]