-
Notifications
You must be signed in to change notification settings - Fork 272
-
Lowcoder can use an outbound proxy, but this functionality currently is limited: the REST API connections are not able to use an outbound proxy, so any REST queries will need to be open without the need for a proxy.
To configure Lowcoder to use a proxy, edit the docker-compose(-multi).yml file and add the following to the environment section (in the lowcoder-frontend service if using the multi-container deployment):
http.proxyHost: "http://<YourProxy.url.com>" http.proxyPort: "<Proxy TCP Port>"
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment