Sha256: 2c5c99834e32fe55ed13b8d4d07999063afe0fde382d6bdce38bb23aa024772b

Contents?: true

Size: 780 Bytes

Versions: 4

Compression:

Stored size: 780 Bytes

Contents

# Be sure to restart your server when you modify this file.

# Your secret key is used 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.
# You can use `rake secret` to generate a secure secret key.

# Make sure your secret_key_base is kept private
# if you're sharing your code publicly.
unless Rails.env.production?
  Houston::Application.config.secret_key_base = "8cf48c792d860953a74ecaa7c779c6019ecddf39a03300a9aed505662f519cf933b4b0ecba3bea4f0eaaf3debd09b08c3e2bd87b9d30be8df0b1166ab4962752"
else
  Houston::Application.config.secret_key_base = ENV["HOUSTON_SECRET_KEY_BASE"]
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
houston-core-0.8.4 config/initializers/secret_token.rb
houston-core-0.8.3 config/initializers/secret_token.rb
houston-core-0.8.2 config/initializers/secret_token.rb
houston-core-0.8.1 config/initializers/secret_token.rb