Sha256: 9bf0a1136f3b19a198cdc290090678b4ae6aead03570ad759097a77007ecefa4
Contents?: true
Size: 622 Bytes
Versions: 8
Compression:
Stored size: 622 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 Dummy::Application.config.respond_to?(:secret_key_base=) Dummy::Application.config.secret_key_base = 'secret' else Dummy::Application.config.secret_token = '33ccbc9a29f3b02e87c08904505b1c9a3a1e97dd01f02e598e65ee9e7b96fff2ca4a6d0dd7c4a8d3682d8c64f84d372661e141264e70697dc576c722c72d80d0' end
Version data entries
8 entries across 8 versions & 1 rubygems