This commit is contained in:
Nick Whitelegg 2007-05-20 09:57:26 +00:00
parent f01f820f6c
commit b56b9609e2

View file

@ -13,8 +13,8 @@
development: development:
adapter: mysql adapter: mysql
database: openstreetmap database: openstreetmap
username: freemap username: TheUsername
password: BPaNCyU4 password: ThePassword
host: localhost host: localhost
# Warning: The database defined as 'test' will be erased and # Warning: The database defined as 'test' will be erased and
@ -30,6 +30,6 @@ test:
production: production:
adapter: mysql adapter: mysql
database: openstreetmap database: openstreetmap
username: freemap username: TheUsername
password: BPaNCyU4 password: ThePassword
host: localhost host: localhost