use correct url with index.php for nextcloud in settings
This commit is contained in:
parent
cec488054e
commit
dccc85a5d1
|
@ -135,7 +135,7 @@ STATIC_URL = '/static/'
|
||||||
# settings needed for allauth
|
# settings needed for allauth
|
||||||
SOCIALACCOUNT_PROVIDERS = {
|
SOCIALACCOUNT_PROVIDERS = {
|
||||||
'nextcloud': {
|
'nextcloud': {
|
||||||
'SERVER': 'https://wolke.wikimedia.de/',
|
'SERVER': 'https://wolke.wikimedia.de/index.php',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue