From a8820f9ec3e5ef42c3ef3927c69d78354ff53323 Mon Sep 17 00:00:00 2001 From: Braulio Bhavamitra Date: Fri, 20 Jul 2012 23:57:36 +0000 Subject: [PATCH] Remove ferret config file and copy thin.yml from package --- config/ferret_server.yml.dist | 16 ---------------- config/thin.yml.dist | 13 +++++++++++++ 2 files changed, 13 insertions(+), 16 deletions(-) delete mode 100644 config/ferret_server.yml.dist create mode 100644 config/thin.yml.dist diff --git a/config/ferret_server.yml.dist b/config/ferret_server.yml.dist deleted file mode 100644 index d30aa2a..0000000 --- a/config/ferret_server.yml.dist +++ /dev/null @@ -1,16 +0,0 @@ -production: - host: localhost - port: 9011 - pid_file: tmp/pids/ferret.production.pid -#development: -# host: localhost -# port: 9010 -# pid_file: tmp/pids/ferret.development.pid -#test: -# host: localhost -# port: 9009 -# pid_file: tmp/pids/ferret.test.pid -staging: - host: localhost - port: 9011 - pid_file: tmp/pids/ferret.staging.pid diff --git a/config/thin.yml.dist b/config/thin.yml.dist new file mode 100644 index 0000000..5474a81 --- /dev/null +++ b/config/thin.yml.dist @@ -0,0 +1,13 @@ +--- +pid: tmp/pids/thin.pid +address: 127.0.0.1 +user: noosfero +timeout: 30 +port: 50000 +log: log/thin.log +max_conns: 1024 +servers: 1 +max_persistent_conns: 512 +environment: production +daemonize: true +chdir: /usr/share/noosfero -- libgit2 0.21.2