Sha256: cb5aa8b4729726bb3e3a0ed4b9b31f18785034ad54606d9a68c700536b8c1d20
Contents?: true
Size: 710 Bytes
Versions: 18
Compression:
Stored size: 710 Bytes
Contents
# 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. if Rails.version < '4.0' Dummy::Application.config.secret_token = 'e85c1b61190124d7d5e2660879966e236e6de1db13dd618c12d55901a7b7611b522d5821657f62529a6a6448cbb5e217934734f2e334fde656438ce182213e98' else Dummy::Application.config.secret_key_base = 'e85c1b61190124d7d5e2660879966e236e6de1db13dd618c12d55901a7b7611b522d5821657f62529a6a6448cbb5e217934734f2e334fde656438ce182213e98' end
Version data entries
18 entries across 18 versions & 1 rubygems