2020-10-08 18:21:27 +02:00
|
|
|
{
|
2020-10-15 02:35:15 +02:00
|
|
|
"serverRoot": "http://localhost:8000",
|
2020-10-08 18:21:27 +02:00
|
|
|
"port": 8000,
|
|
|
|
"dbtype": "sqlite3",
|
|
|
|
"dbconfig": "./octo.db",
|
|
|
|
"postgres_dbconfig": "dbname=octo sslmode=disable",
|
|
|
|
"useSSL": false,
|
2020-10-20 20:48:22 +02:00
|
|
|
"webpath": "./webapp/pack",
|
2020-10-19 14:55:20 +02:00
|
|
|
"filespath": "./files",
|
2020-10-29 21:09:02 +01:00
|
|
|
"telemetry": true,
|
|
|
|
"webhook_update": []
|
2020-10-08 18:21:27 +02:00
|
|
|
}
|