From cd88b73b4e0ec44e6e2da791fa0e711d9b1bd6f1 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 8 Sep 2022 14:47:07 -0400 Subject: [PATCH] default_vars.yml: "azuracast_port_range_prefix: 10" for now --- vars/default_vars.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/default_vars.yml b/vars/default_vars.yml index d41ca1e82..9b4cff1dc 100644 --- a/vars/default_vars.yml +++ b/vars/default_vars.yml @@ -385,7 +385,7 @@ azuracast_https_port: 12443 # services conflict, so this variable below sets a sane prefix. # e.g. setting the below variable to 12 will result in port range 12000-12499 # being reserved for AzuraCast: -azuracast_port_range_prefix: 12 +azuracast_port_range_prefix: 10 # UNMAINTAINED as of January 2020: https://github.com/iiab/iiab/issues/2056 #dokuwiki_install: False