comparison 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
comparison
equal deleted inserted replaced
198:f513b1ca455a 199:ea90c0a58b40
1 # Required: generate with `bundle exec secret`
2 #
3 # CONFIG['secret_token'] = 'FILL_IN_HERE'
4
1 # Set to false if you want to use different web server (e.g. passenger) 5 # Set to false if you want to use different web server (e.g. passenger)
2 # Default is set to use standalone server: 6 # Default is set to use standalone server:
3 # - MRI Ruby: Unicorn 7 # - MRI Ruby: Unicorn
4 # - JRuby and Rubinius: Puma 8 # - JRuby and Rubinius: Puma
5 # CONFIG['standalone'] = true 9 # CONFIG['standalone'] = true