X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/d2080b805cf3f4af751ad228a4d4eb31c6982d50..1c848471a16f9d1ee1fc8a327af110447ea1ef4c:/cookbooks/owl/templates/default/database.yml.erb diff --git a/cookbooks/owl/templates/default/database.yml.erb b/cookbooks/owl/templates/default/database.yml.erb new file mode 100644 index 000000000..27db9c042 --- /dev/null +++ b/cookbooks/owl/templates/default/database.yml.erb @@ -0,0 +1,13 @@ +# DO NOT EDIT - This file is being maintained by Chef + +production: + adapter: postgresql + port: <%= node[:postgresql][:clusters]["9.1/main"][:port] %> + database: owl + encoding: utf8 + +development: + adapter: postgresql + port: <%= node[:postgresql][:clusters]["9.1/main"][:port] %> + database: owl + encoding: utf8