소스 검색

Use to_json

pull/1497/head
Slavi Pantaleev 4 년 전
committed by GitHub
부모
커밋
f0d7a8e99d
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      roles/matrix-etherpad/templates/settings.json.j2

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

@@ -73,8 +73,8 @@
},
{% if matrix_etherpad_admin_username != "" and matrix_etherpad_admin_password != "" %}
"users": {
"{{ matrix_etherpad_admin_username }}": {
"password": "{{ matrix_etherpad_admin_password }}",
{{ matrix_etherpad_admin_username|to_json }}: {
"password": {{ matrix_etherpad_admin_password|to_json }},
"is_admin": true
}
},


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