Skip to content

Commit

Permalink
Merge pull request #97 from systemli/Remove-dropped-configuration-opt…
Browse files Browse the repository at this point in the history
…ions

Remove dropped configuration options
  • Loading branch information
0x46616c6b authored Dec 17, 2023
2 parents 91a80b2 + 8fe0ffe commit a6055ca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
8 changes: 0 additions & 8 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ etherpad_minify: "true"
etherpad_max_age: 21600
etherpad_abiword: "{{ '/usr/bin/abiword' if etherpad_abiword_enabled else 'null' }}"
etherpad_soffice: "null"
etherpad_tidyhtml: "null"
etherpad_allow_unknown_file_ends: "true"
etherpad_require_authentication: "false"
etherpad_require_authorization: "false"
Expand Down Expand Up @@ -110,13 +109,6 @@ etherpad_toolbar:
timeslider:
- ["timeslider_export", "timeslider_returnToPad"]
etherpad_log_level: "INFO"
etherpad_log_appenders:
- type: console
# -
# type: file
# filename: your-log-file-here.log
# maxLogSize: 1024
# backups: 3
etherpad_abiword_enabled: false

etherpad_redis_host: localhost
Expand Down
9 changes: 0 additions & 9 deletions templates/settings.json.j2
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@
"maxAge": {{ etherpad_max_age }},
"abiword": {{ etherpad_abiword | to_json }},
"soffice": {{ etherpad_soffice }},
"tidyHtml": {{ etherpad_tidyhtml }},
"allowUnknownFileEnds": {{ etherpad_allow_unknown_file_ends }},
"requireAuthentication": {{ etherpad_require_authentication }},
"requireAuthorization": {{ etherpad_require_authorization }},
Expand Down Expand Up @@ -167,14 +166,6 @@
"toolbar": {{ etherpad_toolbar|to_json }},
"exposeVersion": {{ etherpad_expose_version }},
"loglevel": "{{ etherpad_log_level }}",
"logconfig":
{ "appenders": [
{% for appender in etherpad_log_appenders %}
{% if not loop.first %},{% endif %}
{{ appender|to_json }}
{% endfor %}
]
},
"socketIo": {
"maxHttpBufferSize": {{ etherpad_socket_max_http_buffer_size }}
},
Expand Down

0 comments on commit a6055ca

Please sign in to comment.