Delete secrets file

This commit is contained in:
Raphael 2018-11-07 18:55:19 +01:00
parent 2ef629346d
commit a1790c7bea
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
#!/usr/bin/env python
# Instanciate an OVH Client.
# You can generate new credentials with full access to your account on
# the token creation page
client = ovh.Client(
endpoint='ovh-eu', # Endpoint of API OVH Europe (List of available endpoints)
application_key='xxxxxxxxxx', # Application Key
application_secret='xxxxxxxxxx', # Application Secret
consumer_key='xxxxxxxxxx', # Consumer Key
)