From 0347a52e2928ac4bab1171e43ee345e244adecab Mon Sep 17 00:00:00 2001 From: LecygneNoir Date: Wed, 28 Feb 2018 11:59:13 +0100 Subject: [PATCH] add peertube_secret.sample --- peertube_secret.sample | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 peertube_secret.sample 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