ソースを参照

fix OAuth URL for peertube

develop
Zykino 5年前
コミット
844173f326
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      peertube_secret.sample

+ 2
- 2
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
OAUTHLIB_INSECURE_TRANSPORT = '0' #Default use https

読み込み中…
キャンセル
保存