This commit is contained in:
parent
f01f820f6c
commit
b56b9609e2
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue