mirror of
https://git.lecygnenoir.info/LecygneNoir/prismedia.git
synced 2025-10-03 09:29:16 +02:00
fix OAuth URL for peertube
This commit is contained in:
parent
f365eb1089
commit
844173f326
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
OAUTHLIB_INSECURE_TRANSPORT = '0' #Default use https
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue