mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-07-29 12:42:46 +00:00
User API polylith component (#1151)
* User API polylith component * Add docker-pull.sh
This commit is contained in:
parent
9e3d771a32
commit
72444e4a4f
8 changed files with 45 additions and 2 deletions
|
@ -226,6 +226,7 @@ type Dendrite struct {
|
|||
ServerKeyAPI Address `yaml:"server_key_api"`
|
||||
AppServiceAPI Address `yaml:"appservice_api"`
|
||||
SyncAPI Address `yaml:"sync_api"`
|
||||
UserAPI Address `yaml:"user_api"`
|
||||
RoomServer Address `yaml:"room_server"`
|
||||
FederationSender Address `yaml:"federation_sender"`
|
||||
PublicRoomsAPI Address `yaml:"public_rooms_api"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue