From 844173f326d0a9849de5e0dc1269b1e8316e33f7 Mon Sep 17 00:00:00 2001 From: Zykino Date: Sun, 9 Sep 2018 17:29:09 +0200 Subject: [PATCH] fix OAuth URL for peertube --- peertube_secret.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/peertube_secret.sample b/peertube_secret.sample index 5051bcb..f2fa723 100644 --- a/peertube_secret.sample +++ b/peertube_secret.sample @@ -1,5 +1,5 @@ # This information is obtained upon registration/once logged in a new PeerTube -# on url+'/oauth-clients/local' +# on url+'/api/v1/oauth-clients/local' # ex: http://domain.example/api/v1/oauth-clients/local # Warn, no quote " inside this file [peertube] @@ -8,4 +8,4 @@ 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 +OAUTHLIB_INSECURE_TRANSPORT = '0' #Default use https