Sha256: 14c3d805d4939ef3b62a95b0f7419a028190e7f254bdaf7693f24151a843b9ba

Contents?: true

Size: 844 Bytes

Versions: 9

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

9 entries across 9 versions & 4 rubygems

Version Path
cehoffman-acts_as_ferret-0.4.4 config/ferret_server.yml
jkraemer-acts_as_ferret-0.4.4 config/ferret_server.yml
watson-acts_as_ferret-0.4.8.2 config/ferret_server.yml
acts_as_ferret-0.4.8.2 config/ferret_server.yml
acts_as_ferret-0.4.8.1 config/ferret_server.yml
acts_as_ferret-0.4.8 config/ferret_server.yml
acts_as_ferret-0.4.7 config/ferret_server.yml
acts_as_ferret-0.4.6 config/ferret_server.yml
acts_as_ferret-0.4.4 config/ferret_server.yml