Files
immich-library-watcher/secrets.py.example

10 lines
126 B
Plaintext

IMMICH_URL = 'https://photos.example.com'
IMMICH_API_KEY = ''
LIBRARY_UUID = ''
WATCH_PATHS = [
'/mnt/example/path',
]