2022-01-07 15:41:52 +08:00
|
|
|
HONOROIT_LOGIN={{ matrix_bot_honoroit_login }}
|
|
|
|
HONOROIT_PASSWORD={{ matrix_bot_honoroit_password }}
|
|
|
|
HONOROIT_HOMESERVER={{ matrix_bot_honoroit_homeserver }}
|
|
|
|
HONOROIT_ROOMID={{ matrix_bot_honoroit_roomid }}
|
|
|
|
HONOROIT_DB_DSN={{ matrix_bot_honoroit_database_connection_string }}
|
|
|
|
HONOROIT_DB_DIALECT={{ matrix_bot_honoroit_database_dialect }}
|
|
|
|
HONOROIT_PREFIX={{ matrix_bot_honoroit_prefix }}
|
|
|
|
HONOROIT_SENTRY={{ matrix_bot_honoroit_sentry }}
|
|
|
|
HONOROIT_LOGLEVEL={{ matrix_bot_honoroit_loglevel }}
|
2022-02-25 02:50:06 +08:00
|
|
|
HONOROIT_CACHESIZE={{ matrix_bot_honoroit_cachesize }}
|
2022-06-01 01:32:10 +08:00
|
|
|
HONOROIT_NOENCRYPTION={{ matrix_bot_honoroit_noencryption }}
|
2022-08-05 03:02:45 +08:00
|
|
|
HONOROIT_IGNORENOTHREAD={{ matrix_bot_honoroit_ignorenothread }}
|
2022-09-18 04:51:05 +08:00
|
|
|
HONOROIT_IGNOREDROOMS={{ matrix_bot_honoroit_ignoredrooms | join(' ') }}
|
|
|
|
HONOROIT_ALLOWEDUSERS={{ matrix_bot_honoroit_allowedusers | join(' ') }}
|
2022-01-20 00:33:51 +08:00
|
|
|
HONOROIT_TEXT_PREFIX_OPEN={{ matrix_bot_honoroit_text_prefix_open }}
|
|
|
|
HONOROIT_TEXT_PREFIX_DONE={{ matrix_bot_honoroit_text_prefix_done }}
|
2022-07-19 02:24:17 +08:00
|
|
|
HONOROIT_TEXT_NOENCRYPTION={{ matrix_bot_honoroit_text_noencryption }}
|
2022-01-07 15:41:52 +08:00
|
|
|
HONOROIT_TEXT_GREETINGS={{ matrix_bot_honoroit_text_greetings }}
|
2022-04-19 00:37:14 +08:00
|
|
|
HONOROIT_TEXT_INVITE={{ matrix_bot_honoroit_text_invite }}
|
|
|
|
HONOROIT_TEXT_JOIN={{ matrix_bot_honoroit_text_join }}
|
|
|
|
HONOROIT_TEXT_LEAVE={{ matrix_bot_honoroit_text_leave }}
|
2022-01-07 15:41:52 +08:00
|
|
|
HONOROIT_TEXT_ERROR={{ matrix_bot_honoroit_text_error }}
|
|
|
|
HONOROIT_TEXT_EMPTYROOM={{ matrix_bot_honoroit_text_emptyroom }}
|
|
|
|
HONOROIT_TEXT_DONE={{ matrix_bot_honoroit_text_done }}
|
|
|
|
|
|
|
|
{{ matrix_bot_honoroit_environment_variables_extension }}
|