mirror of https://github.com/portainer/portainer
c559b6b55c
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. |
||
---|---|---|
.. | ||
agent | ||
azure | ||
docker | ||
extensions | ||
integrations | ||
portainer | ||
__module.js | ||
app.js | ||
config.js | ||
constants.js | ||
index.html | ||
vendors.js |