diff --git a/Reskreen/settings.py b/Reskreen/settings.py index ace5792..2e99a5b 100644 --- a/Reskreen/settings.py +++ b/Reskreen/settings.py @@ -413,10 +413,3 @@ JAZZMIN_UI_TWEAKS = { # https://pypi.org/project/whitenoise/ STATICFILES_STORAGE = 'whitenoise.storage.CompressedManifestStaticFilesStorage' -if cfg_dev_mode: - NEXTCLOUD_HOST = "cloud.ambulance-clerc.ch" -else: - NEXTCLOUD_HOST = "cloud.ambulance-clerc.ch" -NEXTCLOUD_USER_DEFAULT_PASSWORD = "Mc144*1870" - -