瀏覽代碼

postmoogle: fix typo

pull/2073/head
Aine 3 年之前
父節點
當前提交
e213bd3c2d
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 34969C908CCA2804
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      roles/matrix-bot-postmoogle/templates/env.j2

+ 2
- 2
roles/matrix-bot-postmoogle/templates/env.j2 查看文件

@@ -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 | join(' ') }}
POSTMOOGLE_ADMINS={{ matrix_bot_postmoogle_admins | join(' ') }}

{{ matrix_bot_postmoogle_environment_variables_extension }}

Loading…
取消
儲存