Sha256: 893c54329daa02c2fb150d2f5dc0b6f6e4f65b1d115fe0a3243da4f271f6cf84

Contents?: true

Size: 844 Bytes

Versions: 6

Compression:

Stored size: 844 Bytes

Contents

# configuration for the acts_as_ferret DRb server
# host: where to reach the DRb server (used by application processes to contact the server)
# port: which port the server should listen on
# socket: where the DRb server should create the socket (absolute path), this setting overrides host:port configuration
# pid_file: location of the server's pid file (relative to Rails.root)
# log_file: log file (default: Rails.root/log/ferret_server.log
# log_level: log level for the server's logger
production:
  host: localhost
  port: 9010
  pid_file: log/ferret.pid
  log_file: log/ferret_server.log
  log_level: warn

# aaf won't try to use the DRb server in environments that are not 
# configured here.
#development:
#  host: localhost
#  port: 9010
#  pid_file: log/ferret.pid
#test:
#  host: localhost
#  port: 9009
#  pid_file: log/ferret.pid

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
acts_as_ferret-0.5.4 config/ferret_server.yml
acts_as_ferret-0.5.3 config/ferret_server.yml
acts_as_ferret-0.5.2 config/ferret_server.yml
acts_as_ferret-0.5.1 config/ferret_server.yml
acts_as_ferret-0.5 config/ferret_server.yml
acts_as_ferret-0.4.8.rails3 config/ferret_server.yml