mirror of
https://github.com/mastodon/mastodon
synced 2024-12-26 04:28:15 +09:00
5 lines
83 B
Ruby
5 lines
83 B
Ruby
|
Fabricator(:relay) do
|
||
|
inbox_url "https://example.com/inbox"
|
||
|
enabled true
|
||
|
end
|