Closed zedaav closed 10 months ago
... for env vars used in configuration
Actually nothing to do.... Simply use following syntax to use env var + default value if not set (at least on linuxPython config)
linuxPython = ${SOME_ENV:-python3}
... for env vars used in configuration