ソースを参照

Merge branch 'spantaleev:master' into fixgradle

pull/2235/head
drelephant 3年前
committed by GitHub
コミット
5642586820
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
2個のファイルの変更5行の追加3行の削除
  1. +2
    -0
      roles/custom/matrix-etherpad/defaults/main.yml
  2. +3
    -3
      roles/custom/matrix-etherpad/templates/settings.json.j2

+ 2
- 0
roles/custom/matrix-etherpad/defaults/main.yml ファイルの表示

@@ -58,6 +58,8 @@ matrix_etherpad_database_connection_string: 'postgres://{{ matrix_etherpad_datab

# Variables configuring the etherpad
matrix_etherpad_title: 'Etherpad'
matrix_etherpad_abiword: null
matrix_etherpad_soffice: null
matrix_etherpad_default_pad_text: |
Welcome to Etherpad!



+ 3
- 3
roles/custom/matrix-etherpad/templates/settings.json.j2 ファイルの表示

@@ -20,8 +20,8 @@
"editOnly": false,
"minify": true,
"maxAge": 21600,
"abiword": null,
"soffice": null,
"abiword": {{ matrix_etherpad_abiword|to_json }},
"soffice": {{ matrix_etherpad_soffice|to_json }},
"tidyHtml": null,
"allowUnknownFileEnds": true,
"requireAuthentication": false,
@@ -103,7 +103,7 @@
"pageUp": true,
"pageDown": true
},
"loglevel": "INFO",
"loglevel": "WARN",
"logconfig" :
{ "appenders": [
{ "type": "console",


読み込み中…
キャンセル
保存