mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-02 10:53:01 +02:00
Update cloud-cloudstack.md
This commit is contained in:
parent
71a24a04c9
commit
c3f5d704b4
1 changed files with 2 additions and 2 deletions
|
@ -9,10 +9,10 @@ key = <your api key>
|
||||||
secret = <your secret>
|
secret = <your secret>
|
||||||
timeout = 30
|
timeout = 30
|
||||||
```
|
```
|
||||||
Example for Exoscale (European cloud provider exposing CloudStack API), visit https://portal.exoscale.com/u/<your account>/account/profile/api to gather the required information:
|
|
||||||
|
|
||||||
|
Example for Exoscale (European cloud provider exposing CloudStack API), visit https://portal.exoscale.com/u/<your account>/account/profile/api to gather the required information:
|
||||||
```
|
```
|
||||||
[cloudstack]
|
[exoscale]
|
||||||
endpoint = https://api.exoscale.com/compute
|
endpoint = https://api.exoscale.com/compute
|
||||||
key = <your api key>
|
key = <your api key>
|
||||||
secret = <your secret>
|
secret = <your secret>
|
||||||
|
|
Loading…
Add table
Reference in a new issue