Skip to content

backend

CloudStack Configuration

  • Our backend communicates with the api of cloudstack for the usage of projects, vms & networks.

  • To allow the application to communicate with your CloudStack API, you need to fill in the following settings in appsettings.json:

json
"CloudStack": {
  "ApiUrl": "https://example-default-api",
  "ApiKey": "default-key",
  "SecretKey": "default-secret" 
}

Api