debug vhc
All checks were successful
Build and Push Docker Image / build (push) Successful in 4m2s

This commit is contained in:
2024-12-04 09:23:59 +01:00
parent 56665a6b44
commit b8fa27c6df
3 changed files with 55 additions and 1 deletions

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/')