ligh7hau5/config.js

9 lines
214 B
JavaScript
Raw Normal View History

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',
};