ferret_server.yml 217 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 production: host: ferret.yourdomain.com port: 9010 pid_file: log/ferret.pid development: host: localhost port: 9010 pid_file: log/ferret.pid test: host: localhost port: 9009 pid_file: log/ferret.pid