X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c514fd62fe005d8d41a39e11508a3aee6ba9946d..refs/heads/master:/config/docker.database.yml diff --git a/config/docker.database.yml b/config/docker.database.yml index 6e6e5fd99..b0e79b0f8 100644 --- a/config/docker.database.yml +++ b/config/docker.database.yml @@ -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