소스 검색

Merge branch 'spantaleev:master' into fixgradle

pull/2235/head
drelephant 3 년 전
committed by GitHub
부모
커밋
5642586820
No known key found for this signature in database 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 # Variables configuring the etherpad
matrix_etherpad_title: 'Etherpad' matrix_etherpad_title: 'Etherpad'
matrix_etherpad_abiword: null
matrix_etherpad_soffice: null
matrix_etherpad_default_pad_text: | matrix_etherpad_default_pad_text: |
Welcome to Etherpad! Welcome to Etherpad!




+ 3
- 3
roles/custom/matrix-etherpad/templates/settings.json.j2 파일 보기

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


불러오는 중...
취소
저장