]> git.openstreetmap.org Git - rails.git/commitdiff
add mongrel_cluster config for potential usage later
authorGrant Slater <openstreetmap@firefishy.com>
Mon, 20 Apr 2009 13:25:28 +0000 (13:25 +0000)
committerGrant Slater <openstreetmap@firefishy.com>
Mon, 20 Apr 2009 13:25:28 +0000 (13:25 +0000)
config/mongrel_cluster.yml [new file with mode: 0644]

diff --git a/config/mongrel_cluster.yml b/config/mongrel_cluster.yml
new file mode 100644 (file)
index 0000000..954be24
--- /dev/null
@@ -0,0 +1,5 @@
+---\r
+log_file: log/mongrel.log\r
+port: 8000\r
+pid_file: tmp/mongrel.pid\r
+servers: 8
\ No newline at end of file