Browse Source

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

pull/1060/head
Farshid Tavakolizadeh 3 years ago committed by GitHub
parent
commit
505939b835
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      README.md

5
README.md

@ -165,6 +165,11 @@ There are 3 ways to change the configuration: @@ -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:

Loading…
Cancel
Save