diff config/local_config.rb.example @ 199:ea90c0a58b40

Add back the secret_token because of :reasons:
author Edho Arief <edho@myconan.net>
date Wed, 08 May 2013 00:09:42 +0900
parents d7b64b639d15
children b14c688e1595
line wrap: on
line diff
--- a/config/local_config.rb.example	Wed May 08 00:08:33 2013 +0900
+++ b/config/local_config.rb.example	Wed May 08 00:09:42 2013 +0900
@@ -1,3 +1,7 @@
+# Required: generate with `bundle exec secret`
+#
+# CONFIG['secret_token'] = 'FILL_IN_HERE'
+
 # Set to false if you want to use different web server (e.g. passenger)
 # Default is set to use standalone server:
 # - MRI Ruby: Unicorn