active nextcloud link un dev env
All checks were successful
Build and Push Docker Image / build (push) Successful in 4m9s

This commit is contained in:
2024-10-31 07:33:24 +01:00
parent c4ac373c0d
commit e575b56f41

View File

@@ -90,7 +90,7 @@ LANGUAGE_CODE = 'fr-CH'
if not cfg_dev_mode:
INSTALLED_APPS.append('nextcloud.apps.NextcloudConfig')
INSTALLED_APPS.append('nextcloud.apps.NextcloudConfig')
MEDIA_URL = '/media/'
MEDIA_ROOT = os.path.join(BASE_DIR, 'media/')