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