The env config API currently only changes values that are already defined in the env file. It is not capable of adding anything to the file. This commit adds the capability to do so. However, since we don't want to let the client add just any variable, we've switched from a black list to a white list of env variables that can be managed by this API. If the requested variable is present in the whitelist, we add it, if its missing in the env file. |
||
|---|---|---|
| .. | ||
| java/com/appsmith/server | ||
| resources | ||