mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-22 12:41:05 +01:00
Greenlight for BBB default deactivated due to existing management tools in nextcloud
This commit is contained in:
parent
f34bd5bb38
commit
055072b430
@ -154,6 +154,9 @@ akaunting_company_name: "DUMMY_VALUE_NEEDS_TO_BE_CHANGED"
|
||||
akaunting_company_email: "DUMMY_VALUE_NEEDS_TO_BE_CHANGED"
|
||||
akaunting_setup_admin_email: "DUMMY_VALUE_NEEDS_TO_BE_CHANGED"
|
||||
|
||||
#### Big Blue Button
|
||||
bigbluebutton_enable_greenlight: "false"
|
||||
|
||||
#### Listmonk
|
||||
listmonk_admin_username: "admin"
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
ENABLE_COTURN=true
|
||||
COTURN_TLS_CERT_PATH=/etc/letsencrypt/live/{{domain}}/fullchain.pem
|
||||
COTURN_TLS_KEY_PATH=/etc/letsencrypt/live/{{domain}}/privkey.pem
|
||||
ENABLE_GREENLIGHT=true
|
||||
ENABLE_GREENLIGHT={{bigbluebutton_enable_greenlight}}
|
||||
|
||||
# Enable Webhooks
|
||||
# used by some integrations
|
||||
|
Loading…
Reference in New Issue
Block a user