Setup: Update Linux package config examples #3861

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2023-11-08 11:47:12 +01:00
parent c9287f6f29
commit adafb34433
3 changed files with 3 additions and 1 deletions

File diff suppressed because one or more lines are too long

View file

@ -53,6 +53,7 @@ Since you only need to add the values for which you want to have a custom defaul
ConfigPath: "~/.config/photoprism"
StoragePath: "~/.photoprism"
OriginalsPath: "~/Pictures"
ImportPath: "/media"
AdminUser: "admin"
AdminPassword: "insecure"
AuthMode: "password"

View file

@ -1,6 +1,7 @@
ConfigPath: "~/.config/photoprism"
StoragePath: "~/.photoprism"
OriginalsPath: "~/Pictures"
ImportPath: "/media"
AdminUser: "admin"
AdminPassword: "insecure"
AuthMode: "password"