17 lines
452 B
JavaScript
17 lines
452 B
JavaScript
module.exports = {
|
|
matrixServer: 'https://server.com',
|
|
userId: '@matrixUser:server.com',
|
|
matrixUser: 'hello',
|
|
matrixPass: 'password',
|
|
fediverse: 'https://server.com',
|
|
fediverseToken: 'access_token',
|
|
archive: {
|
|
domain: 'archive.is',
|
|
userAgent: 'Mozilla/4.0 (compatible; Beep Boop)'
|
|
},
|
|
nitter: {
|
|
domain: 'nitter.net',
|
|
userAgent: 'Mozilla/4.0 (compatible; Beep Boop)',
|
|
domains: [ 'nitter.net', 'twitter.com' ]
|
|
}
|
|
};
|