Signed-off-by: Micke Nordin <kano@sunet.se>
This commit is contained in:
Micke Nordin 2024-01-10 14:55:16 +01:00
parent 10d2ee8fb8
commit b95beabb4c
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257

View file

@ -21,6 +21,7 @@ hub:
c.GenericOAuthenticator.authorize_url = 'https://' + os.environ['NEXTCLOUD_HOST'] + '/index.php/apps/oauth2/authorize'
c.GenericOAuthenticator.token_url = 'https://' + os.environ['NEXTCLOUD_HOST'] + '/index.php/apps/oauth2/api/v1/token'
c.GenericOAuthenticator.oauth_callback_url = 'https://' + os.environ['JUPYTER_HOST'] + '/hub/oauth_callback'
extraEnv:
NEXTCLOUD_HOST: sunet.drive.test.sunet.se
JUPYTER_HOST: jupyter.drive.test.sunet.se