mirror of
https://github.com/umap-project/umap.git
synced 2025-05-04 13:41:49 +02:00
Fix #406 for easy installing on ubuntu
This commit is contained in:
parent
a07791b74f
commit
5c31b95009
1 changed files with 2 additions and 2 deletions
|
@ -99,10 +99,10 @@ EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
|
|||
UMAP_USE_UNACCENT = False
|
||||
|
||||
# For static deployment
|
||||
STATIC_ROOT = '/home/srv/var/static'
|
||||
STATIC_ROOT = '/srv/umap/var/static'
|
||||
|
||||
# For users' statics (geojson mainly)
|
||||
MEDIA_ROOT = '/home/srv/umap/var/data'
|
||||
MEDIA_ROOT = '/srv/umap/var/data'
|
||||
|
||||
# Default map location for new maps
|
||||
LEAFLET_LONGITUDE = 2
|
||||
|
|
Loading…
Reference in a new issue