Update default options

This commit is contained in:
Yarmo Mackenbach 2022-10-01 09:57:58 +02:00
parent 007282ef22
commit 1710195211
No known key found for this signature in database
GPG key ID: 37367F4AF4087AD1

View file

@ -59,6 +59,10 @@ const opts = {
}, },
twitter: { twitter: {
bearerToken: null bearerToken: null
},
activitypub: {
acct: null,
privateKey: null
} }
} }
} }