bonfire-app/flavours/classic/config/bonfire_federate_activitypub.exs

22 lines
477 B
Elixir
Raw Normal View History

2021-04-08 18:19:52 +00:00
import Config
2021-03-03 10:11:07 +00:00
alias Bonfire.Federate.ActivityPub.Adapter
2021-06-17 21:42:40 +00:00
actor_types = ["Person", "Group", "Application", "Service", "Organization"]
2021-03-09 09:32:57 +00:00
2021-06-17 21:42:40 +00:00
config :bonfire,
federation_search_path: [
:bonfire_common,
:bonfire_me,
:bonfire_social,
:bonfire_valueflows
],
log_federation: true # enable/disable logging of federation logic
2021-03-03 10:11:07 +00:00
config :bonfire, Adapter,
2021-06-17 21:42:40 +00:00
actor_types: actor_types
2021-03-03 10:11:07 +00:00
2021-06-17 21:42:40 +00:00
# config :bonfire, Bonfire.Instance,
2021-03-03 10:11:07 +00:00
# hostname: hostname,
2021-06-17 21:42:40 +00:00
# description: desc