photoprism/assets/config/photoprism.yml
2019-06-29 19:34:55 +02:00

21 lines
627 B
YAML

debug: false
config-path: ~/.config/photoprism
cache-path: ~/.cache/photoprism
assets-path: ~/.local/share/photoprism
resources-path: ~/.local/share/photoprism/resources
originals-path: ~/Pictures/Originals
import-path: ~/Pictures/Import
export-path: ~/Pictures/Export
sql-host: localhost
sql-port: 4000
sql-password: photoprism
http-host:
http-mode: release
http-port: 2342
http-password:
database-driver: internal
database-dsn: root:photoprism@tcp(localhost:4000)/photoprism?parseTime=true
daemon-pid-path: ~/.local/share/photoprism/photoprism.pid
daemon-log-path: ~/.local/share/photoprism/photoprism.log
daemon-mode: false