From 61a14e7a651d7773a508144c393ce8e4e441c0d4 Mon Sep 17 00:00:00 2001 From: A Holt Date: Sun, 23 Jun 2019 06:26:52 -0400 Subject: [PATCH] Azuracast -> AzuraCast in description --- vars/default_vars.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vars/default_vars.yml b/vars/default_vars.yml index 2203f75d9..abbfd8616 100644 --- a/vars/default_vars.yml +++ b/vars/default_vars.yml @@ -291,10 +291,10 @@ azuracast_enabled: False azuracast_http_port: 10080 azuracast_https_port: 10443 -# Auracast needs many ports in the 8000:8100 range by default, but IIAB services +# AzuraCast needs many ports in the 8000:8100 range by default, but IIAB services # conflict with those ports so this variable below sets a sane prefix. -# Eg: setting the below variable to 10 will result in port ranges 10000-10100 -# being reserved for azuracast +# e.g. setting the below variable to 10 will result in port ranges 10000-10100 +# being reserved for AzuraCast: azuracast_port_range_prefix: 10 dokuwiki_install: False