-# 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
test:
adapter: postgresql
database: osm_test
- username: postgres
- password:
+ username: openstreetmap
+ password: openstreetmap
host: db
encoding: utf8