Update database port configuration in local and selfhosted YAML files
This commit is contained in:
parent
5d6a8b510b
commit
4f53a2eef2
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ database:
|
|||
migration: true
|
||||
# these are only required for postgres
|
||||
host: "secret"
|
||||
port: "secret"
|
||||
port: 5432
|
||||
user: "secret"
|
||||
password: "secret"
|
||||
name: "secret"
|
||||
|
|
|
@ -10,7 +10,7 @@ database:
|
|||
migration: true
|
||||
# these are only required for postgres
|
||||
host: "secret"
|
||||
port: "secret"
|
||||
port: 5432
|
||||
user: "secret"
|
||||
password: "secret"
|
||||
name: "secret"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue