]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/owl/templates/default/database.yml.erb
Add a load more cookbooks to the public repository
[chef.git] / 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 (file)
index 0000000..27db9c0
--- /dev/null
@@ -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