]> git.openstreetmap.org Git - rails.git/blobdiff - config/database.yml
Refactor the GPX upload to try and avoid the import daemon loading traces
[rails.git] / config / database.yml
index 93e3cf00eabd9f0aefccb08ca77a8d6b88266924..b884f3b938fea8c5ea541e0d4af5fbbc16529dd7 100644 (file)
@@ -13,8 +13,8 @@
 development:
   adapter: mysql
   database: openstreetmap
-  username: TheUsername
-  password: ThePassword
+  username: openstreetmap
+  password: openstreetmap
   host: localhost
 
 # Warning: The database defined as 'test' will be erased and
@@ -30,6 +30,7 @@ test:
 production:
   adapter: mysql
   database: openstreetmap
-  username: TheUsername
-  password: ThePassword
-  host: localhost
+  username: openstreetmap
+  password: openstreetmap
+  host: db.openstreetmap.org
+