17 lines
531 B
Bash
17 lines
531 B
Bash
|
# OVH API Region. Possible values:
|
||
|
# - Europe: ovh-eu
|
||
|
# - USA: ovh-us
|
||
|
# - Canada: ovh-ca
|
||
|
OVH_REGION=ovh-eu
|
||
|
|
||
|
## OVH API Key details
|
||
|
## Yes, i know the irony that you have to have an API key to view API keys
|
||
|
## You can get a minimal permission API key by visiting
|
||
|
## https://api.ovh.com/createToken/?GET=/me/api/application&GET=/me/api/application/*&DELETE=/me/api/application/*
|
||
|
## Just login with your credentials and fill out the Name and then you have your API key
|
||
|
|
||
|
OVH_APPLICATIONKEY=
|
||
|
|
||
|
OVH_APPLICATIONSECRET=
|
||
|
|
||
|
OVH_CONSUMERKEY=
|