database.yml.erb 181 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 # MANAGED WITH CHEF. DO NOT MAKE MANUAL CHANGES production: adapter: postgresql encoding: unicode database: noosfero host: <%= node['peers']['database'] %> user: noosfero