Explorar el Código

postmoogle: update jija2 defaults

pull/2073/head
Aine hace 4 años
padre
commit
7ce75e5e39
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 34969C908CCA2804
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      roles/matrix-bot-postmoogle/templates/env.j2

+ 2
- 2
roles/matrix-bot-postmoogle/templates/env.j2 Ver fichero

@@ -12,7 +12,7 @@ POSTMOOGLE_LOGLEVEL={{ matrix_bot_postmoogle_loglevel }}
POSTMOOGLE_NOENCRYPTION={{ matrix_bot_postmoogle_noencryption }}
POSTMOOGLE_NOOWNER={{ matrix_bot_postmoogle_noowner }}
POSTMOOGLE_FEDERATION={{ matrix_bot_postmoogle_federation }}
POSTMOOGLE_USERS={{ matrix_bot_postmoogle_users | default('') | join(' ') }}
POSTMOOGLE_ADMINS={{ matrix_bot_postmoogle_users | default('') | join(' ') }}
POSTMOOGLE_USERS={{ matrix_bot_postmoogle_users | default([]) | join(' ') }}
POSTMOOGLE_ADMINS={{ matrix_bot_postmoogle_users | default([]) | join(' ') }}

{{ matrix_bot_postmoogle_environment_variables_extension }}

Cargando…
Cancelar
Guardar