mirror of
https://github.com/photoprism/photoprism.git
synced 2026-07-18 00:59:38 +00:00
Flips the operator-facing default across all sample compose files, the Linux package defaults, and the Portainer stack env so QA exercises zstd end-to-end before the next release. The armv7 samples keep their "none" value to spare the CPU on small devices; only the comment was broadened.
25 lines
552 B
YAML
25 lines
552 B
YAML
ConfigPath: "~/.config/photoprism"
|
|
StoragePath: "~/.photoprism"
|
|
OriginalsPath: "~/Pictures"
|
|
ImportPath: "/media"
|
|
AdminUser: "admin"
|
|
AdminPassword: "insecure"
|
|
AuthMode: "password"
|
|
DatabaseDriver: "sqlite"
|
|
HttpHost: "127.0.0.1"
|
|
HttpPort: 2342
|
|
HttpCompression: "zstd,gzip"
|
|
DisableTLS: false
|
|
DefaultTLS: true
|
|
Experimental: false
|
|
DisableWebDAV: false
|
|
DisableSettings: false
|
|
DisableTensorFlow: false
|
|
DisableFaces: false
|
|
DisableClassification: false
|
|
DisableVectors: false
|
|
DisableRaw: false
|
|
RawPresets: false
|
|
JpegQuality: 85
|
|
DetectNSFW: false
|
|
UploadNSFW: true
|