fix typo of company name

This commit is contained in:
Ashley Hutson
2023-01-21 00:26:52 -08:00
parent 3c282460b2
commit 3af85f9fba

View File

@@ -104,3 +104,9 @@ The Infisical CLI provides a way to inject environment variables from the platfo
```bash
infisical login
```
## Set domain if self-hosted
```bash
export INFISICAL_URL="https://your-self-hosted-infisical.com/api"
```