Skip to content

Commit

Permalink
Merge pull request #1491 from AvineshTripathi/fix-ovh-doc
Browse files Browse the repository at this point in the history
fix: ovh onboarding docs
  • Loading branch information
Azanul authored Aug 19, 2024
2 parents e3a92e2 + ed102cd commit f905600
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/configuration/cloud-providers/ovh.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ You will be issued three keys: the application key called AK, tour application s
endpoint="ovh-eu"
application_key="my_app_key"
application_secret="my_application_secret"
my_consumer_key="my_consumer_key"
consumer_key="my_consumer_key"
[sqlite]
file="komiser.db
Expand All @@ -90,28 +90,28 @@ Simply add more authentication blocks to the configuration file
endpoint="ovh-eu"
application_key="my_app_key"
application_secret="my_application_secret"
my_consumer_key="my_consumer_key"
consumer_key="my_consumer_key"
[[ovh]]
name="ovh-account-1"
endpoint="ovh-eu"
application_key="my_app_key"
application_secret="my_application_secret"
my_consumer_key="my_consumer_key"
consumer_key="my_consumer_key"
[[ovh]]
name="ovh-account-2"
endpoint="ovh-eu"
application_key="my_app_key"
application_secret="my_application_secret"
my_consumer_key="my_consumer_key"
consumer_key="my_consumer_key"
[[ovh]]
name="ovh-account-3"
endpoint="ovh-eu"
application_key="my_app_key"
application_secret="my_application_secret"
my_consumer_key="my_consumer_key"
consumer_key="my_consumer_key"
[sqlite]
file="komiser.db
Expand Down

0 comments on commit f905600

Please sign in to comment.