refactor(config): move subject
This commit is contained in:
parent
65809d235b
commit
57fe623ebe
2 changed files with 4 additions and 4 deletions
|
@ -3,16 +3,16 @@ module.exports = {
|
|||
domain: 'https://your_homeserver.com',
|
||||
user: 'your_user',
|
||||
password: 'your_password',
|
||||
domains: [ 'your_homeserver.com' ],
|
||||
subject: ''
|
||||
domains: [ 'your_homeserver.com' ]
|
||||
},
|
||||
fediverse: {
|
||||
domain: 'https://your_federation.com',
|
||||
token: 'your_federation_token',
|
||||
subject: '',
|
||||
mimetypes: {
|
||||
whitelist: [],
|
||||
blacklist: []
|
||||
},
|
||||
}
|
||||
},
|
||||
archive: {
|
||||
domain: 'archive.is',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue