Sha256: 45ec92f1d88f2c56b5381b940349fec97e0fa318af821d239e57a1e86dce6df1
Contents?: true
Size: 751 Bytes
Versions: 82
Compression:
Stored size: 751 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 RailsApp::Application.config.respond_to? :secret_key_base RailsApp::Application.config.secret_key_base = 'e997edf9d7eba5cf89a76a046fa53f5d66261d22cfcf29e3f538c75ad2d175b106bd5d099f44f6ce34ad3b3162d71cfaa37d2d4f4b38645288331427b4c2a607' else RailsApp::Application.config.secret_token = 'e997edf9d7eba5cf89a76a046fa53f5d66261d22cfcf29e3f538c75ad2d175b106bd5d099f44f6ce34ad3b3162d71cfaa37d2d4f4b38645288331427b4c2a607' end
Version data entries
82 entries across 82 versions & 1 rubygems
Version | Path |
---|---|
active_scaffold-3.4.0.1 | test/mock_app/config/initializers/secret_token.rb |
active_scaffold-3.4.0 | test/mock_app/config/initializers/secret_token.rb |