focalboard/mac/resources/config.json

10 lines
184 B
JSON
Raw Normal View History

2020-10-26 20:45:40 +01:00
{
"port": 8088,
"dbtype": "sqlite3",
"dbconfig": "./octo.db",
"postgres_dbconfig": "dbname=octo sslmode=disable",
"useSSL": false,
"webpath": "./pack",
"filespath": "./files"
}