drm: Document supported environment variables#530
Conversation
Add the missing documentation for the environment variables honored by the DRM/KMS platform plug-in.
|
As a non-actionable comment, I'm a bit wary about environment variables and it potential abuse (such as changing values in run time). All the configuration envvars are also parsed in the configuration file? IMO these documented envvars make more sense in a configuration file rather than envvars. |
While in most (even all?) cases in Cog we only read environment variables once at initialization (which is okay), I do agree that changing them to be parameters and/or config file entries is desirable in most cases. That's why platform plug-in parameters were added, and then the config file... Also I made #363 to explore how to unify configuration parameters as object properties as a first step towards abandoning most environment variables, but there has been no comments there whatsoever 🤷🏼 |
Add the missing documentation for the environment variables honored by the DRM/KMS platform plug-in.