focalboard/mac/resources/config.json
2020-10-26 12:45:40 -07:00

10 lines
184 B
JSON

{
"port": 8088,
"dbtype": "sqlite3",
"dbconfig": "./octo.db",
"postgres_dbconfig": "dbname=octo sslmode=disable",
"useSSL": false,
"webpath": "./pack",
"filespath": "./files"
}