Created Environment Variables (markdown)
parent
c5cb6b4672
commit
730d748558
@ -0,0 +1,11 @@
|
||||
# ytdl_write_config
|
||||
|
||||
If set to "true", this will override any config items if its associated environment variable is set as well.
|
||||
|
||||
For example, if this environment variable is enabled and the environment variable `ytdl_use_local_db` is set to "false", on startup the config item "use_local_db" will be set to false.
|
||||
|
||||
See a list of config items and their [associated environment variables here](https://github.com/Tzahi12345/YoutubeDL-Material/wiki/Configuration#items).
|
||||
|
||||
# ALLOW_CONFIG_MUTATIONS
|
||||
|
||||
This is an environment variable for the `node-config` dependency we use. Due to a bug discovered where the config file couldn't be modified on Docker, this was added to fix that. It does not affect any functionality, but removing it may cause errors.
|
Loading…
Reference in New Issue