]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/planet/templates/default/replication.auth.erb
Bring replication diffs under chef control
[chef.git] / cookbooks / planet / templates / default / replication.auth.erb
diff --git a/cookbooks/planet/templates/default/replication.auth.erb b/cookbooks/planet/templates/default/replication.auth.erb
new file mode 100644 (file)
index 0000000..8486e0e
--- /dev/null
@@ -0,0 +1,16 @@
+# DO NOT EDIT - This file is being maintained by Chef
+
+# The database host system
+host=db
+
+# The database instance
+database=openstreetmap
+
+# The database user
+user=planetdiff
+
+# The database password
+password=<%= @password =%>
+
+# The database type
+dbType=postgresql