Setup: Update Linux package config examples #3861
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
c8d1b2e57b
commit
c9287f6f29
3 changed files with 4 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
@ -52,11 +52,13 @@ Since you only need to add the values for which you want to have a custom defaul
|
|||
```yaml
|
||||
ConfigPath: "~/.config/photoprism"
|
||||
StoragePath: "~/.photoprism"
|
||||
OriginalsPath: "~/Pictures"
|
||||
AdminUser: "admin"
|
||||
AdminPassword: "insecure"
|
||||
AuthMode: "password"
|
||||
DatabaseDriver: "sqlite"
|
||||
JpegQuality: 85
|
||||
DetectNSFW: false
|
||||
UploadNSFW: true
|
||||
```
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
ConfigPath: "~/.config/photoprism"
|
||||
StoragePath: "~/.photoprism"
|
||||
OriginalsPath: "~/Pictures"
|
||||
AdminUser: "admin"
|
||||
AdminPassword: "insecure"
|
||||
AuthMode: "password"
|
||||
|
@ -9,7 +10,6 @@ HttpPort: 2342
|
|||
HttpCompression: "gzip"
|
||||
DisableTLS: false
|
||||
DefaultTLS: true
|
||||
OriginalsLimit: 5000
|
||||
Experimental: false
|
||||
DisableWebDAV: false
|
||||
DisableSettings: false
|
||||
|
|
Loading…
Add table
Reference in a new issue