@@ -20,12 +20,19 @@ matrix_bot_matrix_registration_bot_config_path: "{{ matrix_bot_matrix_registrati
20
20
matrix_bot_matrix_registration_bot_data_path : " {{ matrix_bot_matrix_registration_bot_base_path }}/data"
21
21
22
22
matrix_bot_matrix_registration_bot_bot_server : " {{ matrix_homeserver_url }}"
23
- matrix_bot_matrix_registration_bot_api_base_url : " {{ matrix_homeserver_url }}"
24
23
24
+ # The bot's username. This user needs to be created manually beforehand.
25
+ # Also see `matrix_bot_matrix_registration_bot_user_password`.
26
+ matrix_bot_matrix_registration_bot_matrix_user_id_localpart : " bot.matrix-registration-bot"
27
+
28
+ matrix_bot_matrix_registration_bot_matrix_user_id : ' @{{ matrix_bot_matrix_registration_bot_matrix_user_id_localpart }}:{{ matrix_domain }}'
25
29
26
30
# The bot's password (can also be used to login via a client like Element Web)
27
31
matrix_bot_matrix_registration_bot_bot_password : ' '
28
32
33
+ # Homeserver base URL
34
+ matrix_bot_matrix_registration_bot_api_base_url : " {{ matrix_homeserver_url }}"
35
+
29
36
# Optional variable that only needs to be set if the bot account is not admin
30
37
# Needs to be a valid access token of an admin account
31
38
matrix_bot_matrix_registration_bot_api_token : ' '
@@ -51,9 +58,3 @@ matrix_bot_matrix_registration_bot_systemd_required_services_list_custom: []
51
58
52
59
# List of systemd services that matrix-bot-matrix-registration-bot.service wants
53
60
matrix_bot_matrix_registration_bot_systemd_wanted_services_list : []
54
-
55
- # The bot's username. This user needs to be created manually beforehand.
56
- # Also see `matrix_bot_matrix_registration_bot_user_password`.
57
- matrix_bot_matrix_registration_bot_matrix_user_id_localpart : " bot.matrix-registration-bot"
58
-
59
- matrix_bot_matrix_registration_bot_matrix_user_id : ' @{{ matrix_bot_matrix_registration_bot_matrix_user_id_localpart }}:{{ matrix_domain }}'
0 commit comments