Commit b307f40e

mo khan <mo@mokhan.ca>
2013-06-05 05:15:42
fix broken build
1 parent 8720b16
Changed files (1)
config
initializers
config/initializers/secret_token.rb
@@ -4,4 +4,4 @@
 # 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.
-Cake::Application.config.secret_token = ENV['SECRET_TOKEN']
+Cake::Application.config.secret_token = ENV['SECRET_TOKEN'] || 'blah'