]> git.openstreetmap.org Git - rails.git/blobdiff - config/docker.database.yml
Merge remote-tracking branch 'upstream/pull/4826'
[rails.git] / config / docker.database.yml
index 6e6e5fd9958b831c6c3e2a153cbe42308bf7a187..b0e79b0f8785459a4e897b2cc476f2193ce61e21 100644 (file)
@@ -1,4 +1,4 @@
-# This configuration is tailored for use with docker-compose. See DOCKER.md for more information.
+# This configuration is tailored for use with docker compose. See DOCKER.md for more information.
 
 development:
   adapter: postgresql
@@ -14,7 +14,7 @@ development:
 test:
   adapter: postgresql
   database: osm_test
-  username: postgres
-  password:
+  username: openstreetmap
+  password: openstreetmap
   host: db
   encoding: utf8