feat(docs): Added a small note to clarify the usage of the env variable INFISICAL_API_URL for EU users

This commit is contained in:
carlosmonastyrski
2025-06-10 08:25:06 -03:00
parent 36a5291dc3
commit e40f65836f

View File

@@ -120,6 +120,12 @@ The CLI is designed for a variety of secret management applications ranging from
</Tab>
</Tabs>
<Note>
Starting with CLI version v0.4.0, you can now choose to log in via Infisical Cloud (US/EU) or your own self-hosted instance by simply running `infisical login` and following the on-screen instructions — no need to manually set the `INFISICAL_API_URL` environment variable.
For versions prior to v0.4.0, the CLI defaults to the US Cloud. To connect to the EU Cloud or a self-hosted instance, set the `INFISICAL_API_URL` environment variable to `https://eu.infisical.com` or your custom URL.
</Note>
<Tip>
## Custom Request Headers