mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
"azuracast_port_range_prefix: 12" in default_vars.yml
This commit is contained in:
parent
1ddfab2edd
commit
6777e52d53
1 changed files with 4 additions and 4 deletions
|
@ -381,11 +381,11 @@ azuracast_enabled: False # This var is currently IGNORED
|
|||
azuracast_http_port: 12080
|
||||
azuracast_https_port: 12443
|
||||
#
|
||||
# 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.
|
||||
# e.g. setting the below variable to 10 will result in port ranges 10000-10100
|
||||
# AzuraCast needs many ports in the 8000:8496 range by default, but IIAB
|
||||
# services conflict, so this variable below sets a sane prefix.
|
||||
# e.g. setting the below variable to 12 will result in port ranges 12000-12499
|
||||
# being reserved for AzuraCast:
|
||||
azuracast_port_range_prefix: 10
|
||||
azuracast_port_range_prefix: 12
|
||||
|
||||
# UNMAINTAINED as of January 2020: https://github.com/iiab/iiab/issues/2056
|
||||
#dokuwiki_install: False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue