File tree Expand file tree Collapse file tree 1 file changed +5
-16
lines changed
Expand file tree Collapse file tree 1 file changed +5
-16
lines changed Original file line number Diff line number Diff line change 11# This configuration is tailored for use with docker compose. See DOCKER.md for more information.
22
3- development :
3+ <%= ENV['RAILS_ENV'] % > :
44 adapter : postgresql
5- database : openstreetmap
6- username : openstreetmap
7- password : openstreetmap
8- host : db
9- encoding : utf8
10-
11- # Warning: The database defined as 'test' will be erased and
12- # re-generated from your development database when you run 'rake'.
13- # Do not set this db to the same as development or production.
14- test :
15- adapter : postgresql
16- database : osm_test
17- username : openstreetmap
18- password : openstreetmap
19- host : db
5+ host : <%= ENV['WS_OSM_DB_HOST'] %>
6+ username : <%= ENV['WS_OSM_DB_USER'] %>
7+ password : <%= ENV['WS_OSM_DB_PASS'] %>
8+ database : <%= ENV['WS_OSM_DB_NAME'] %>
209 encoding : utf8
You can’t perform that action at this time.
0 commit comments