fix: fixed the name of the password key in the config
This commit is contained in:
parent
c4f56eca74
commit
7605c5190a
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
user: DATABASE_USER
|
user: DATABASE_USER
|
||||||
host: DATABASE_HOST
|
host: DATABASE_HOST
|
||||||
name: DATABASE_NAME
|
name: DATABASE_NAME
|
||||||
passowrd: DATABASE_PASSWORD
|
password: DATABASE_PASSWORD
|
||||||
}
|
}
|
||||||
currecy: {
|
currecy: {
|
||||||
collecting: {
|
collecting: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue