fix: path->string
This commit is contained in:
parent
63d60f73b5
commit
9a153603ee
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
PHOTOPRISM_SITE_CAPTION = "PhotoPrism";
|
||||
};
|
||||
|
||||
originalsPath = /data/photos;
|
||||
originalsPath = "/data/photos";
|
||||
#importPath = "/photoprism/imports";
|
||||
|
||||
address = "localhost";
|
||||
|
|
Loading…
Reference in a new issue