use a temporary directory to avoid permission problems
This commit is contained in:
@ -236,4 +236,6 @@ google_maps_api_key = ""
|
||||
# how long should positions be visible on the map?
|
||||
# they will start fading out after half of that
|
||||
# in seconds; default: 2 hours
|
||||
map_position_retention_time = 2 * 60 * 60
|
||||
map_position_retention_time = 2 * 60 * 60
|
||||
|
||||
temporary_directory = "/tmp"
|
||||
|
Reference in New Issue
Block a user