use a temporary directory to avoid permission problems

This commit is contained in:
Jakob Ketterl
2019-07-13 17:16:38 +02:00
parent efc5b936f8
commit 935e79c9c2
4 changed files with 18 additions and 7 deletions

View File

@ -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"