Commit 0bb428363299162badf9f2a9b421c1952f62ffd0
1 parent
16774d4d
Exists in
master
and in
28 other branches
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,3 +2,11 @@ production: | ||
2 | host: localhost | 2 | host: localhost |
3 | port: 9011 | 3 | port: 9011 |
4 | pid_file: log/ferret.pid | 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 |