X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Ftwbs%2Fbootstrap-sass%2Ftest%2Fdummy_rails%2Fconfig%2Finitializers%2Fsecret_token.rb;fp=vendor%2Ftwbs%2Fbootstrap-sass%2Ftest%2Fdummy_rails%2Fconfig%2Finitializers%2Fsecret_token.rb;h=6398946c88dd74147a25005d7686408d2ba09116;hp=0000000000000000000000000000000000000000;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad diff --git a/vendor/twbs/bootstrap-sass/test/dummy_rails/config/initializers/secret_token.rb b/vendor/twbs/bootstrap-sass/test/dummy_rails/config/initializers/secret_token.rb new file mode 100644 index 000000000..6398946c8 --- /dev/null +++ b/vendor/twbs/bootstrap-sass/test/dummy_rails/config/initializers/secret_token.rb @@ -0,0 +1,18 @@ +# 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. +token = '4380f36fda304251bf48f12ad4474b6d11447f1f959bd5b77a5d56c92b97f4c403ee0ae13d31a85ed88058ff8795bf31ec17e70e5c229b3707a77a2ee7e81cc' + +if Dummy::Application.config.respond_to?(:secret_key_base=) + Dummy::Application.config.secret_key_base = token +else + Dummy::Application.config.secret_token = token +end \ No newline at end of file