Add nulls for quotas as well
This commit is contained in:
@ -12,10 +12,10 @@ no-tls
|
||||
no-dtls
|
||||
prod
|
||||
no-tcp-relay
|
||||
{% if matrix_coturn_user_quota is defined %}
|
||||
{% if matrix_coturn_user_quota != None %}
|
||||
user-quota={{ matrix_coturn_user_quota }}
|
||||
{% endif %}
|
||||
{% if matrix_coturn_total_quota is defined %}
|
||||
{% if matrix_coturn_total_quota != None %}
|
||||
total-quota={{ matrix_coturn_total_quota }}
|
||||
{% endif %}
|
||||
{% for ip_range in matrix_coturn_denied_peer_ips %}
|
||||
|
Reference in New Issue
Block a user