From 8968438af21300eb72f7c738aa76d9a63471bb27 Mon Sep 17 00:00:00 2001 From: "victor.hery" Date: Fri, 30 Mar 2018 08:06:16 +0200 Subject: [PATCH] Bugfix, no quotes are allowed inside peertube_secret --- peertube_secret.sample | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/peertube_secret.sample b/peertube_secret.sample index c867521..5051bcb 100644 --- a/peertube_secret.sample +++ b/peertube_secret.sample @@ -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 \ No newline at end of file +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 \ No newline at end of file