main

mattermost/focalboard

Last updated at: 29/12/2023 09:46

app-config.json

TLDR

The app-config.json file is a configuration file that is used to store various settings for the application.

{
	"serverRoot": "http://localhost:8088",
	"port": 8088,
	"dbtype": "sqlite3",
	"dbconfig": "./focalboard.db",
	"useSSL": false,
	"webpath": "./pack",
	"filespath": "./files",
	"telemetry": true,
	"localOnly": true
}