rebuild index rake task, capistrano 2 recipes
[acts_as_ferret.git] / config / ferret_server.yml
blob402e54ee26708fce8b76b57a31057a6ce81eae6d
1 # configuration for the acts_as_ferret DRb server
2 # host: where to reach the DRb server (used by application processes to contact the server)
3 # port: which port the server should listen on
4 # socket: where the DRb server should create the socket (absolute path), this setting overrides host:port configuration
5 # pid_file: location of the server's pid file (relative to RAILS_ROOT)
6 # log_file: log file (default: RAILS_ROOT/log/ferret_server.log
7 # log_level: log level for the server's logger
8 production:
9   host: localhost
10   port: 9010
11   pid_file: log/ferret.pid
12   log_file: log/ferret_server.log
13   log_level: warn
15 # aaf won't try to use the DRb server in environments that are not 
16 # configured here.
17 #development:
18 #  host: localhost
19 #  port: 9010
20 #  pid_file: log/ferret.pid
21 #test:
22 #  host: localhost
23 #  port: 9009
24 #  pid_file: log/ferret.pid