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:
parent
8364115ae5
commit
5e4fcf57bd
@ -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
|
||||
}
|
||||
|
@ -6,6 +6,6 @@
|
||||
"useSSL": false,
|
||||
"webpath": "../pack",
|
||||
"filespath": "../../files",
|
||||
"telemetry": true,
|
||||
"telemetry": false,
|
||||
"webhook_update": []
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user