Debug
This commit is contained in:
parent
9ef35ee859
commit
7fc4893396
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ hub:
|
|||
from oauthenticator.generic import GenericOAuthenticator
|
||||
token_url = 'https://' + os.environ['NEXTCLOUD_HOST'] + '/index.php/apps/oauth2/api/v1/token'
|
||||
debug = os.environ.get('NEXTCLOUD_DEBUG_OAUTH', 'false').lower() in ['true', '1', 'yes']
|
||||
debug = True
|
||||
os.environ['OAUTH2_TOKEN_URL'] = token_url
|
||||
os.environ['OAUTH2_AUTHORIZE_URL'] = 'https://' + os.environ['NEXTCLOUD_HOST'] + '/index.php/apps/oauth2/authorize'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue