active nextcloud link un dev env
All checks were successful
Build and Push Docker Image / build (push) Successful in 4m9s
All checks were successful
Build and Push Docker Image / build (push) Successful in 4m9s
This commit is contained in:
@@ -90,7 +90,7 @@ LANGUAGE_CODE = 'fr-CH'
|
|||||||
|
|
||||||
if not cfg_dev_mode:
|
if not cfg_dev_mode:
|
||||||
INSTALLED_APPS.append('nextcloud.apps.NextcloudConfig')
|
INSTALLED_APPS.append('nextcloud.apps.NextcloudConfig')
|
||||||
|
INSTALLED_APPS.append('nextcloud.apps.NextcloudConfig')
|
||||||
|
|
||||||
MEDIA_URL = '/media/'
|
MEDIA_URL = '/media/'
|
||||||
MEDIA_ROOT = os.path.join(BASE_DIR, 'media/')
|
MEDIA_ROOT = os.path.join(BASE_DIR, 'media/')
|
||||||
|
|||||||
Reference in New Issue
Block a user