forked from AkkomaGang/akkoma
Merge pull request 'change default allow_relay to false' (#309) from nocebo/akkoma:default-no-relay into develop
Reviewed-on: AkkomaGang/akkoma#309
This commit is contained in:
commit
0703c1826b
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@
|
|||
federation_publisher_modules: [
|
||||
Pleroma.Web.ActivityPub.Publisher
|
||||
],
|
||||
allow_relay: true,
|
||||
allow_relay: false,
|
||||
public: true,
|
||||
static_dir: "instance/static/",
|
||||
allowed_post_formats: [
|
||||
|
|
Loading…
Reference in a new issue