Testing: Don't federate in testing.
This commit is contained in:
parent
3589b30ddc
commit
abe2e8881f
9 changed files with 70 additions and 10 deletions
|
|
@ -28,7 +28,8 @@ config :pleroma, Pleroma.Emails.Mailer, adapter: Swoosh.Adapters.Test
|
|||
config :pleroma, :instance,
|
||||
email: "admin@example.com",
|
||||
notify_email: "noreply@example.com",
|
||||
skip_thread_containment: false
|
||||
skip_thread_containment: false,
|
||||
federating: false
|
||||
|
||||
# Configure your database
|
||||
config :pleroma, Pleroma.Repo,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue