Setup: Update Linux package install guide #3861
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
380c521098
commit
c8d1b2e57b
2 changed files with 3 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
@ -52,7 +52,8 @@ Since you only need to add the values for which you want to have a custom defaul
|
||||||
```yaml
|
```yaml
|
||||||
ConfigPath: "~/.config/photoprism"
|
ConfigPath: "~/.config/photoprism"
|
||||||
StoragePath: "~/.photoprism"
|
StoragePath: "~/.photoprism"
|
||||||
LogLevel: "info"
|
AdminUser: "admin"
|
||||||
|
AdminPassword: "insecure"
|
||||||
AuthMode: "password"
|
AuthMode: "password"
|
||||||
DatabaseDriver: "sqlite"
|
DatabaseDriver: "sqlite"
|
||||||
JpegQuality: 85
|
JpegQuality: 85
|
||||||
|
|
Loading…
Reference in a new issue