2019-12-11 14:10:20 +01:00
|
|
|
url: "https://demo.photoprism.org/"
|
|
|
|
title: "PhotoPrism"
|
|
|
|
subtitle: "Browse your life"
|
2019-12-11 15:19:49 +01:00
|
|
|
description: "Personal Photo Management powered by Go and Google TensorFlow. Free and open-source."
|
2019-12-11 14:10:20 +01:00
|
|
|
author: "Anonymous"
|
|
|
|
twitter: "@browseyourlife"
|
2018-09-13 20:54:34 +02:00
|
|
|
debug: false
|
2019-11-11 21:10:41 +01:00
|
|
|
read-only: false
|
|
|
|
public: false
|
|
|
|
admin-password: photoprism
|
2019-06-29 19:34:55 +02:00
|
|
|
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
|
2018-12-21 03:13:34 +01:00
|
|
|
sql-host: localhost
|
|
|
|
sql-port: 4000
|
2019-05-01 14:54:11 +02:00
|
|
|
sql-password: photoprism
|
2018-12-21 03:13:34 +01:00
|
|
|
http-host:
|
|
|
|
http-mode: release
|
2019-06-29 19:34:55 +02:00
|
|
|
http-port: 2342
|
2018-12-21 08:44:13 +01:00
|
|
|
database-driver: internal
|
2019-05-01 14:54:11 +02:00
|
|
|
database-dsn: root:photoprism@tcp(localhost:4000)/photoprism?parseTime=true
|
2019-06-30 05:38:39 +02:00
|
|
|
pid-filename: ~/.local/share/photoprism/photoprism.pid
|
|
|
|
log-filename: ~/.local/share/photoprism/photoprism.log
|
|
|
|
detach-server: false
|