Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
outscale-mgo committed Jun 17, 2024
1 parent 925e2f0 commit d1553ce
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,16 @@ more examples [here](./variable.md)
}
```

avaible option for the profile are:
`access_key`, `secret_key`, `region`, `x509_client_cert`, `client_certificate`, `x509_client_sslkey`, `proxy`, `endpoints` and `endpoint`.


`x509_client_cert` and `client_certificate` are the same.

`endpoint` take the endpoints directly (example: `"endpoint": "https://120.0.0.1:3000"`)

where `endpoints` take an object. (example: `"endpoints: {"api": "https://120.0.0.1:3000"}"`)

## Environement Variables

AK/SK:
Expand Down

0 comments on commit d1553ce

Please sign in to comment.