2019-07-04 00:27:39 +03:00
|
|
|
module.exports = {
|
|
|
|
matrixServer: 'https://server.com',
|
|
|
|
userId: '@matrixUser:server.com',
|
|
|
|
matrixUser: 'hello',
|
|
|
|
matrixPass: 'password',
|
|
|
|
fediverse: 'https://server.com',
|
|
|
|
fediverseToken: 'access_token',
|
2020-05-26 21:06:34 +03:00
|
|
|
archive: {
|
|
|
|
domain: 'archive.is',
|
|
|
|
userAgent: 'Mozilla/4.0 (compatible; Beep Boop)'
|
|
|
|
}
|
2019-07-04 00:27:39 +03:00
|
|
|
};
|