Sha256: e5238de8ef94eced0c535112ac29ec35cac9b909b64ece38dcd29377f86fe1dd
Contents?: true
Size: 873 Bytes
Versions: 3
Compression:
Stored size: 873 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. if Rails::VERSION::MAJOR == 4 Dummy::Application.config.secret_key_base = '4adc573725714bbd95224181f48aa3cc22055e9995c73e3a2a6f2e899281c92423ad082543254d79a711298416a8cc7d3d486d5b7ad5874c72dfcc3ac9645d7f' else Dummy::Application.config.secret_token = '4adc573725714bbd95224181f48aa3cc22055e9995c73e3a2a6f2e899281c92423ad082543254d79a711298416a8cc7d3d486d5b7ad5874c72dfcc3ac9645d7f' end
Version data entries
3 entries across 3 versions & 1 rubygems