]> git.openstreetmap.org Git - chef.git/blob - cookbooks/owl/templates/default/database.yml.erb
27db9c042449933819feb0314b051d9e53acbd1e
[chef.git] / cookbooks / owl / templates / default / database.yml.erb
1 # DO NOT EDIT - This file is being maintained by Chef
2
3 production:
4   adapter: postgresql
5   port: <%= node[:postgresql][:clusters]["9.1/main"][:port] %>
6   database: owl
7   encoding: utf8
8
9 development:
10   adapter: postgresql
11   port: <%= node[:postgresql][:clusters]["9.1/main"][:port] %>
12   database: owl
13   encoding: utf8