1 # This configuration is tailored for use with devcontainers. See DEVCONTAINER.md for more information.
5 database: openstreetmap
6 username: openstreetmap
7 password: openstreetmap
8 host: <%= ENV["DB_HOST"] %>
10 pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
15 username: openstreetmap
16 password: openstreetmap
17 host: <%= ENV["DB_HOST"] %>
19 pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>