Sha256: 47dbe9614832a5a14e37cde139e1ac3c00d5c26bf9e25dbbadfb8fac40724624
Contents?: true
Size: 609 Bytes
Versions: 9
Compression:
Stored size: 609 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. secret = 'fcc06e5fc19cdbf0f0db6fd634aa5160a9f28ad692528f227e14975da33b0dbd92bb8a9f15e0ef44f0664415a0f6eba003cbb088300865f0058965c104e5abd6' if Rails.version < '5.2.0' RailsApp::Application.config.secret_token = secret else RailsApp::Application.config.secret_key_base = secret end
Version data entries
9 entries across 9 versions & 1 rubygems