Commit 0bb428363299162badf9f2a9b421c1952f62ffd0

Authored by MoisesMachado
1 parent 16774d4d

ActionItem433: added ferret server config to test things with remote ferret server

git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2053 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 8 additions and 0 deletions   Show diff stats
config/ferret_server.yml
... ... @@ -2,3 +2,11 @@ production:
2 2 host: localhost
3 3 port: 9011
4 4 pid_file: log/ferret.pid
  5 +development:
  6 + host: localhost
  7 + port: 9010
  8 + pid_file: log/ferret.pid
  9 +test:
  10 + host: localhost
  11 + port: 9009
  12 + pid_file: log/ferret.pid
... ...