Skip to content

Commit

Permalink
add docs on proxy configuration config vars (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshCasper authored Nov 2, 2024
1 parent d467973 commit 76b42bc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions content/en/references/configuration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,16 @@ Options to configure how LocalStack interacts with Docker.
| `DOCKER_CMD` | `docker` (default), `sudo docker`| Shell command used to run Docker containers (only used in combination with `LEGACY_DOCKER_CLIENT`) |
| `FORCE_NONINTERACTIVE` | | When running with Docker, disables the `--interactive` and `--tty` flags. Useful when running headless. |

## Proxy Configuration

Options to configure Snowflake proxy settings for LocalStack.

| Variable | Example Values | Description |
| - | - | - |
| `SF_PROXY_HOST` | `proxy.example.com` | Hostname or IP address of the proxy server to be used for connecting to Snowflake. |
| `SF_PROXY_USER` | `proxy_user` | Username for authentication with the proxy server. |
| `SF_PROXY_PASSWORD` | `password123` | Password associated with the proxy user account. |

## Profiles

LocalStack supports configuration profiles which are stored in the `~/.localstack` config directory.
Expand Down

0 comments on commit 76b42bc

Please sign in to comment.