forked from hooram/ownphotos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.py
25 lines (22 loc) · 898 Bytes
/
config.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# add paths of the directories where your photos live.
# it will not look for photos recursively, so you might want to add subdirectories as well.
import os
image_dirs = [
# '/home/hooram/with_exif/'
'/home/hooram/Nextcloud/InstantUpload',
'/home/hooram/Nextcloud/Camera Uploads',
# '/home/hooram/Nextcloud/Photos/May 26th',
# '/home/hooram/Nextcloud/kakaotalk',
# '/mnt/ext/facebook_hooram/photos',
# '/mnt/ext/pictures/DCIM',
# '/mnt/ext/pictures/unorganized',
# '/mnt/ext/pictures/Pictures',
# '/mnt/ext/pictures/Android Photo Backup',
# '/mnt/ext/pictures/Camera Uploads',
# '/mnt/ext/pictures/hiking with anton and andrea',
# '/mnt/ext/pictures/Aperture Library.aplibrary/Masters/',
# '/mnt/ext/pictures/Aperture Library.aplibrary/Masters',
# '/'
]
mapzen_api_key = 'take_care_of_me'
mapbox_api_key = os.environ['MAPBOX_API_KEY']