1234567891011 |
- # Database file path.
- # This database is used by this instance to store activities.
- database_path = './mcfi.sqlite'
- # Call this forge URL to retrieve info about an actor.
- get_actor = '/federation/actor'
- # Incoming activities are sent here, so the forge does not have to keep polling
- # the server.
- post_activity = '/federation/activity'
|