From 2f2925055e1c40f65ea49dc8e5a00e59f631ae23 Mon Sep 17 00:00:00 2001 From: LecygneNoir Date: Fri, 2 Mar 2018 11:39:54 +0100 Subject: [PATCH] add peertube URL and https/http config to the peertube_secret config file --- peertube_secret.sample | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/peertube_secret.sample b/peertube_secret.sample index 8eadc5e..c867521 100644 --- a/peertube_secret.sample +++ b/peertube_secret.sample @@ -1,7 +1,10 @@ # 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 +[peertube] client_id = "your_client_id" client_secret = "your_client_secret" username = "LecygneNoir" -password = "your_secure_pwd" \ No newline at end of file +password = "your_secure_pwd" +peertube_url = "https://domain.example" +os.environ['OAUTHLIB_INSECURE_TRANSPORT'] = '0' #Default use https \ No newline at end of file