Browse Source

Bugfix, no quotes are allowed inside peertube_secret

develop
victor.hery 6 years ago
parent
commit
8968438af2
1 changed files with 7 additions and 6 deletions
  1. +7
    -6
      peertube_secret.sample

+ 7
- 6
peertube_secret.sample View File

@ -1,10 +1,11 @@
# This information is obtained upon registration/once logged in a new PeerTube
# on url+'/oauth-clients/local'
# ex: http://domain.example/api/v1/oauth-clients/local
# Warn, no quote " inside this file
[peertube]
client_id = "your_client_id"
client_secret = "your_client_secret"
username = "LecygneNoir"
password = "your_secure_pwd"
peertube_url = "https://domain.example"
os.environ['OAUTHLIB_INSECURE_TRANSPORT'] = '0' #Default use https
client_id = your_client_id
client_secret = your_client_secret
username = LecygneNoir
password = your_secure_pwd
peertube_url = https://domain.example
OAUTHLIB_INSECURE_TRANSPORT = '0' #Default use https

Loading…
Cancel
Save