1
0

secret_token.rb 393 B

1234567
  1. # Be sure to restart your server when you modify this file.
  2. # Your secret key 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. Huginn::Application.config.secret_key_base = ENV['APP_SECRET_TOKEN']