mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
clean up
This commit is contained in:
parent
bae65ad64e
commit
de282a85cd
3 changed files with 2 additions and 2 deletions
|
@ -26,11 +26,11 @@ COMPOSER_PLUGIN_MODE=false
|
||||||
# You can modify this variable if your station port range is different.
|
# You can modify this variable if your station port range is different.
|
||||||
# Be sure to also forward the necessary ports via `docker-compose.yml`
|
# Be sure to also forward the necessary ports via `docker-compose.yml`
|
||||||
# (and nginx, if you want to use the built-in port-80/443 proxy)!
|
# (and nginx, if you want to use the built-in port-80/443 proxy)!
|
||||||
AUTO_ASSIGN_PORT_MIN=10000
|
AUTO_ASSIGN_PORT_MIN="{{ azuracast_port_range_prefix }}000"
|
||||||
|
|
||||||
# The maximum port number to use when automatically assigning ports to a station.
|
# The maximum port number to use when automatically assigning ports to a station.
|
||||||
# See AUTO_ASSIGN_PORT_MIN.
|
# See AUTO_ASSIGN_PORT_MIN.
|
||||||
AUTO_ASSIGN_PORT_MAX=10499
|
AUTO_ASSIGN_PORT_MAX="{{ azuracast_port_range_prefix }}499"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Database Configuration
|
# Database Configuration
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue