Add example for overriding array parameter with env var (#1039)

This commit is contained in:
Farshid Tavakolizadeh 2022-07-14 16:11:37 +02:00 committed by GitHub
parent b6e37afed4
commit 505939b835
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -165,6 +165,11 @@ There are 3 ways to change the configuration:
```
RTSP_RTSPADDRESS="127.0.0.1:8554" ./rtsp-simple-server
```
Parameters that have array as value can be overriden by setting a comma-separated list. For example:
```
RTSP_PROTOCOLS="tcp,udp"
```
Parameters in maps can be overridden by using underscores, in the following way: