mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
Currently we are using RegExp `/\=(.+)/` to catch key-value of environment variables, which could not match empty-value environment variables such as `KEY=`. This commit will change the RegExp to `/\=(.*)/`, which matches the empty values. |
||
---|---|---|
.. | ||
components | ||
filters | ||
helpers | ||
interceptors | ||
models | ||
rest | ||
services | ||
views | ||
__module.js |