matrix-public-archive/config/config.default.json

12 lines
409 B
JSON

{
"basePort": "3050",
"basePath": "http://localhost:3050",
"matrixServerUrl": "http://localhost:8008/",
"archiveMessageLimit": 500,
"testMatrixServerUrl1": "http://localhost:11008/",
"testMatrixServerUrl2": "http://localhost:12008/",
"Secrets": "Remove the 'xxx__' prefix and fill these in your config/config.user-overrides.json or by environment variable",
"xxx__matrixAccessToken": "xxx"
}