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

fix variable

This commit is contained in:
Thomas 2024-07-29 10:13:50 +02:00 committed by GitHub
parent 02e67b2f30
commit 5f7a924e46
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
PHOTOPRISM_CONFIG_PATH="__DATA_DIR/config/"
PHOTOPRISM_CONFIG_PATH="__DATA_DIR__/config/"
PHOTOPRISM_ASSETS_PATH="__INSTALL_DIR__/assets"
PHOTOPRISM_CACHE_PATH="__DATA_DIR__/cache"
PHOTOPRISM_ORIGINALS_PATH="__DATA_DIR__/photos/originals"