photoprism/assets/config/photoprism.yml
Vedhavyas Singareddi f63efc5f51 Implement daemon mode (#119)
* add daemon process
* add daemon stop command
* add daemon log to log file
* check for running daemons
* minor changes
2019-06-20 01:11:03 +02:00

21 lines
625 B
YAML

debug: false
assets-path: /srv/photoprism
config-path: /srv/photoprism/config
resources-path: /srv/photoprism/resources
cache-path: /srv/photoprism/cache
originals-path: /srv/photoprism/photos/originals
import-path: /srv/photoprism/photos/import
export-path: /srv/photoprism/photos/export
sql-host: localhost
sql-port: 4000
sql-password: photoprism
http-host:
http-mode: release
http-port: 80
http-password:
database-driver: internal
database-dsn: root:photoprism@tcp(localhost:4000)/photoprism?parseTime=true
daemon-pid-path: /srv/photoprism/photoprism.pid
daemon-log-path: /srv/photoprism/photoprism.log
daemon-mode: false