Comment out default postgres credentials in database.yml
This commit is contained in:
parent
441def375f
commit
74597ba566
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ default: &default
|
||||||
##### postgresql config #####
|
##### postgresql config #####
|
||||||
|
|
||||||
adapter: postgresql
|
adapter: postgresql
|
||||||
username: zammad
|
# username: zammad
|
||||||
password:
|
# password:
|
||||||
|
|
||||||
#### mysql config #####
|
#### mysql config #####
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue