This commit is contained in:
dvirlabs 2025-07-24 05:18:28 +03:00
parent e37ed2f6cb
commit 61120c3992

View File

@ -20,7 +20,15 @@ service:
focalboard:
username: admin@dvirlabs.com
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:
enabled: true