Setup: Update Linux package example config #3861

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2023-11-08 11:35:30 +01:00
parent bb6175f78c
commit 380c521098
4 changed files with 10 additions and 6 deletions

File diff suppressed because one or more lines are too long

View file

@ -51,6 +51,7 @@ Since you only need to add the values for which you want to have a custom defaul
```yaml
ConfigPath: "~/.config/photoprism"
StoragePath: "~/.photoprism"
LogLevel: "info"
AuthMode: "password"
DatabaseDriver: "sqlite"

View file

@ -1,13 +1,15 @@
ConfigPath: "~/.config/photoprism"
LogLevel: "info"
StoragePath: "~/.photoprism"
AdminUser: "admin"
DatabaseDriver: "sqlite"
AdminPassword: "insecure"
AuthMode: "password"
DatabaseDriver: "sqlite"
HttpHost: "127.0.0.1"
HttpPort: 2342
HttpCompression: "gzip"
DisableTLS: false
DefaultTLS: true
OriginalsLimit: 5000
HttpCompression: "gzip"
ReadOnly: false
Experimental: false
DisableWebDAV: false
DisableSettings: false

View file

@ -1,4 +1,4 @@
LogLevel: "info"
Debug: false
AdminUser: "admin"
AdminPassword: "insecure"
DatabaseUser: "photoprism"
@ -6,6 +6,7 @@ DatabasePassword: "insecure"
DatabaseName: "photoprism"
DatabaseDriver: "mysql"
DatabaseServer: "localhost:3306"
HttpPort: 2342
SiteCaption: "AI-Powered Photos App"
SiteDescription: ""
SiteAuthor: ""