Fix #406 for easy installing on ubuntu
This commit is contained in:
parent
c0063d2fa2
commit
411b3245c3
1 changed files with 2 additions and 2 deletions
|
@ -99,10 +99,10 @@ UMAP_READONLY = False
|
||||||
|
|
||||||
|
|
||||||
# For static deployment
|
# For static deployment
|
||||||
STATIC_ROOT = '/home/srv/var/static'
|
STATIC_ROOT = '/srv/umap/var/static'
|
||||||
|
|
||||||
# For users' statics (geojson mainly)
|
# For users' statics (geojson mainly)
|
||||||
MEDIA_ROOT = '/home/srv/umap/var/data'
|
MEDIA_ROOT = '/srv/umap/var/data'
|
||||||
|
|
||||||
# Default map location for new maps
|
# Default map location for new maps
|
||||||
LEAFLET_LONGITUDE = 2
|
LEAFLET_LONGITUDE = 2
|
||||||
|
|
Loading…
Reference in a new issue