1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/photoprism_ynh.git synced 2024-09-03 19:56:41 +02:00

change assets path

This commit is contained in:
Thomas 2024-02-05 15:02:36 +01:00 committed by GitHub
parent 242187fdcf
commit 48ef01a57d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
PHOTOPRISM_ASSETS_PATH="/home/yunohost.app/__APP__/assets"
PHOTOPRISM_ASSETS_PATH="__INSTALL_DIR__/assets"
PHOTOPRISM_CACHE_PATH="/home/yunohost.app/__APP__/cache"
PHOTOPRISM_ORIGINALS_PATH="/home/yunohost.app/__APP__/photos/originals"
PHOTOPRISM_IMPORT_PATH="/home/yunohost.app/__APP__/photos/import"