configable
This commit is contained in:
parent
76def0032e
commit
60fd848182
3 changed files with 9 additions and 2 deletions
|
|
@ -186,6 +186,10 @@ id: "aid"
|
|||
# Sign to ActivityPub GET request (default: true)
|
||||
signToActivityPubGet: true
|
||||
|
||||
# Limit of notes to fetch from outbox with remote user first fetched (default: 5)
|
||||
# https://github.com/misskey-dev/misskey/pull/11130
|
||||
outboxNotesFetchLimit: 5
|
||||
|
||||
#allowedPrivateNetworks: [
|
||||
# '127.0.0.1/32'
|
||||
#]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue