diff config/local_config.rb.example @ 147:812711965af1

Added support for disabling supported web server without changing Gemfile.
author Edho Arief <edho@myconan.net>
date Sun, 18 Nov 2012 22:57:36 +0700
parents
children d7b64b639d15
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/config/local_config.rb.example	Sun Nov 18 22:57:36 2012 +0700
@@ -0,0 +1,5 @@
+# Set to false if you want to use different web server (e.g. passenger)
+# Default is set to use standalone server:
+# - MRI Ruby: Unicorn
+# - JRuby and Rubinius: Puma
+# CONFIG['standalone'] = true