Fix port
This commit is contained in:
parent
e37ed2f6cb
commit
61120c3992
@ -20,7 +20,15 @@ service:
|
|||||||
focalboard:
|
focalboard:
|
||||||
username: admin@dvirlabs.com
|
username: admin@dvirlabs.com
|
||||||
password: "admin1234"
|
password: "admin1234"
|
||||||
port: 80 # 👈 Required to avoid config parsing errors
|
config:
|
||||||
|
enabled: true
|
||||||
|
config: |
|
||||||
|
{
|
||||||
|
"port": 80,
|
||||||
|
"dbtype": "postgres",
|
||||||
|
"dbconfig": "postgres://focalboard:focalboard@focalboard-postgresql.dev-tools.svc.cluster.local/focalboard?sslmode=disable",
|
||||||
|
"telemetry": false
|
||||||
|
}
|
||||||
|
|
||||||
postgresql:
|
postgresql:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user