1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-24 13:43:12 +02:00

Update mac config

This commit is contained in:
Chen-I Lim 2021-01-18 18:21:10 -08:00
parent 8364115ae5
commit 5e4fcf57bd
2 changed files with 4 additions and 2 deletions

View File

@ -1,9 +1,11 @@
{
"serverRoot": "http://localhost:8088",
"port": 8088,
"dbtype": "sqlite3",
"dbconfig": "./octo.db",
"postgres_dbconfig": "dbname=octo sslmode=disable",
"useSSL": false,
"webpath": "./pack",
"filespath": "./files"
"filespath": "./files",
"telemetry": true
}

View File

@ -6,6 +6,6 @@
"useSSL": false,
"webpath": "../pack",
"filespath": "../../files",
"telemetry": true,
"telemetry": false,
"webhook_update": []
}