2022-08-22 17:10:35 +00:00
|
|
|
POSTMOOGLE_LOGIN={{ matrix_bot_postmoogle_login }}
|
|
|
|
POSTMOOGLE_PASSWORD={{ matrix_bot_postmoogle_password }}
|
|
|
|
POSTMOOGLE_HOMESERVER={{ matrix_bot_postmoogle_homeserver }}
|
2022-11-18 22:55:03 +00:00
|
|
|
POSTMOOGLE_DOMAINS={{ matrix_bot_postmoogle_domains | join(' ') }}
|
2022-08-22 17:10:35 +00:00
|
|
|
POSTMOOGLE_PORT={{ matrix_bot_postmoogle_port }}
|
|
|
|
POSTMOOGLE_DB_DSN={{ matrix_bot_postmoogle_database_connection_string }}
|
|
|
|
POSTMOOGLE_DB_DIALECT={{ matrix_bot_postmoogle_database_dialect }}
|
|
|
|
POSTMOOGLE_PREFIX={{ matrix_bot_postmoogle_prefix }}
|
2022-08-22 17:23:39 +00:00
|
|
|
POSTMOOGLE_MAXSIZE={{ matrix_bot_postmoogle_maxsize }}
|
2022-08-22 17:10:35 +00:00
|
|
|
POSTMOOGLE_LOGLEVEL={{ matrix_bot_postmoogle_loglevel }}
|
|
|
|
POSTMOOGLE_NOENCRYPTION={{ matrix_bot_postmoogle_noencryption }}
|
2022-08-29 15:13:27 +00:00
|
|
|
POSTMOOGLE_ADMINS={{ matrix_bot_postmoogle_admins | join(' ') }}
|
2022-09-09 07:47:00 +00:00
|
|
|
POSTMOOGLE_TLS_PORT={{ matrix_bot_postmoogle_tls_port }}
|
|
|
|
POSTMOOGLE_TLS_CERT={{ matrix_bot_postmoogle_tls_cert }}
|
|
|
|
POSTMOOGLE_TLS_KEY={{ matrix_bot_postmoogle_tls_key }}
|
|
|
|
POSTMOOGLE_TLS_REQUIRED={{ matrix_bot_postmoogle_tls_required }}
|
2022-10-06 20:08:58 +00:00
|
|
|
POSTMOOGLE_DATA_SECRET={{ matrix_bot_postmoogle_data_secret }}
|
2022-12-06 20:51:17 +00:00
|
|
|
POSTMOOGLE_PROXIES={{ matrix_bot_postmoogle_proxies }}
|
|
|
|
POSTMOOGLE_MONITORING_SENTRY_DSN={{ matrix_bot_postmoogle_monitoring_sentry_dsn }}
|
|
|
|
POSTMOOGLE_MONITORING_SENTRY_RATE={{ matrix_bot_postmoogle_monitoring_sentry_rate }}
|
|
|
|
POSTMOOGLE_MONITORING_HEALTHCHECKS_UUID={{ matrix_bot_postmoogle_monitoring_healthchecks_uuid }}
|
|
|
|
POSTMOOGLE_MONITORING_HEALTHCHECKS_DURATION={{ matrix_bot_postmoogle_monitoring_healthchecks_duration }}
|
|
|
|
POSTMOOGLE_MAILBOXES_RESERVED={{ matrix_bot_postmoogle_mailboxes_reserved }}
|
|
|
|
POSTMOOGLE_MAILBOXES_ACTIVATION={{ matrix_bot_postmoogle_mailboxes_activation }}
|
2022-08-22 17:10:35 +00:00
|
|
|
|
|
|
|
{{ matrix_bot_postmoogle_environment_variables_extension }}
|