Commit 43a90b83f445bc41f108a9e50846666883b2688c
1 parent
58e34405
Exists in
master
and in
29 other branches
ActionItem501: commented ferret server config for devel env
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2117 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
config/ferret_server.yml
... | ... | @@ -2,10 +2,10 @@ 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 | |
5 | +#development: | |
6 | +# host: localhost | |
7 | +# port: 9010 | |
8 | +# pid_file: log/ferret.pid | |
9 | 9 | #test: |
10 | 10 | # host: localhost |
11 | 11 | # port: 9009 | ... | ... |