You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Directly modify the `compose/env/console.env` file and add the corresponding environment variable. Note that the `$` character in the environment variable value needs to be escaped as `$$`, otherwise it will not take effect properly, for example:
### Configuration Method for Docker All-in-One Deployment
72
80
73
81
Add the `-e` parameter to the docker command when starting the container to specify the environment variable. Note that the `$` character in the environment variable value needs to be escaped as `\$`, otherwise it will not take effect properly, for example:
The above configuration will not affect plugin configurations that have already been saved. If you need to modify the image URLs in these plugin configurations, you can make targeted modifications on the plugin configuration page of the Higress Console.
Directly modify the `compose/env/controller.env` file and add the corresponding environment variable. Note that the `$` character in the environment variable value needs to be escaped as `$$`, otherwise it will not take effect properly, for example:
### Configuration Method for Docker All-in-One Deployment
124
148
125
149
Add the `-e` parameter to the docker command when starting the container to specify the environment variable. Note that the `$` character in the environment variable value needs to be escaped as `\$`, otherwise it will not take effect properly, for example:
0 commit comments