]> git.openstreetmap.org Git - rails.git/blobdiff - config/database.yml
HTML escape substituted parameter values to avoid injection attacks.
[rails.git] / config / database.yml
index 93e3cf00eabd9f0aefccb08ca77a8d6b88266924..436e3d3062eb05280e6c333637ba9c8829b595b7 100644 (file)
@@ -30,6 +30,7 @@ test:
 production:
   adapter: mysql
   database: openstreetmap
-  username: TheUsername
-  password: ThePassword
-  host: localhost
+  username: openstreetmap
+  password: openstreetmap
+  host: db.openstreetmap.org
+