diff --git a/peertube_secret.sample b/peertube_secret.sample new file mode 100644 index 0000000..8eadc5e --- /dev/null +++ b/peertube_secret.sample @@ -0,0 +1,7 @@ +# 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 +client_id = "your_client_id" +client_secret = "your_client_secret" +username = "LecygneNoir" +password = "your_secure_pwd" \ No newline at end of file