config: add missing config in env/defaults #2

Merged
thiuda merged 1 commits from refactor-settings into main 2024-04-22 09:57:51 +02:00
2 changed files with 10 additions and 8 deletions

View File

@ -1,9 +1,10 @@
---
collabora_domain: collabora.example.url
collabora_image: tiredofit/collabora-online
collabora_version: 2.4.19
collabora_container_hostname: collabora
collabora_allowed_hosts: "host2.example.url"
collabora_port: 9980
collabora_admin: testuser
collabora_secret: test123
collabora_container_hostname: collabora
collabora_domain: collabora.example.url
collabora_allowed_hosts: "host2.example.url"
collabora_interface: notebookbar
collabora_port: 9980
collabora_prespawn_child_processes: 4

View File

@ -1,7 +1,8 @@
ADMIN_USER={{ collabora_admin }}
ADMIN_PASS={{ collabora_secret }}
ALLOWED_HOSTS={{ collabora_domain }}
ALLOWED_HOSTS={{ collabora_allowed_hosts }}
ENABLE_TLS=FALSE
ENABLE_TLS_REVERSE_PROXY=TRUE
INTERFACE=notebookbar
PRESPAWN_CHILD_PROCESSES
INTERFACE={{ collabora_interface }}
PRESPAWN_CHILD_PROCESSES={{ collabora_prespawn_child_processes }}
AUTO_SAVE=TRUE