|
|
|
@@ -8,15 +8,11 @@ |
|
|
|
"showSettingsInAdminPage": true, |
|
|
|
"dbType": {{ matrix_etherpad_database_engine|to_json }}, |
|
|
|
"dbSettings": { |
|
|
|
{% if matrix_etherpad_database_engine == 'sqlite' %} |
|
|
|
"filename": {{ matrix_etherpad_sqlite_database_path_in_container|to_json }} |
|
|
|
{% elif matrix_etherpad_database_engine == 'postgres' %} |
|
|
|
"database": {{ matrix_etherpad_database_name|to_json }}, |
|
|
|
"host": {{ matrix_etherpad_database_hostname|to_json }}, |
|
|
|
"password": {{ matrix_etherpad_database_password|to_json }}, |
|
|
|
"port": {{ matrix_etherpad_database_port|to_json }}, |
|
|
|
"user": {{ matrix_etherpad_database_username|to_json }} |
|
|
|
{% endif %} |
|
|
|
"database": {{ matrix_etherpad_database_name|to_json }}, |
|
|
|
"host": {{ matrix_etherpad_database_hostname|to_json }}, |
|
|
|
"password": {{ matrix_etherpad_database_password|to_json }}, |
|
|
|
"port": {{ matrix_etherpad_database_port|to_json }}, |
|
|
|
"user": {{ matrix_etherpad_database_username|to_json }} |
|
|
|
}, |
|
|
|
"defaultPadText" : {{ matrix_etherpad_default_pad_text|to_json }}, |
|
|
|
"suppressErrorsInPadText": false, |
|
|
|
|