development:
adapter: postgresql
database: openstreetmap
- username: shaunmcdonald
- password: postgres
- #host: localhost
+# username: openstreetmap
+# password: openstreetmap
+ host: localhost
encoding: utf8
# Warning: The database defined as 'test' will be erased and
test:
adapter: postgresql
database: osm_test
- username: shaunmcdonald
- password: postgres
- #host: localhost
+# username: osm_test
+# password: osm_test
+ host: localhost
encoding: utf8
production:
adapter: postgresql
database: osm
- username: osm
- password: osm
+# username: osm
+# password: osm
host: localhost
encoding: utf8