Update config file to match new config names, see #50

This commit is contained in:
Michael Mayer 2018-12-21 03:13:34 +01:00
parent 49793a3706
commit cfd70b13f5

View file

@ -5,8 +5,10 @@ cache-path: /srv/photoprism/cache
originals-path: /srv/photoprism/photos/originals
import-path: /srv/photoprism/photos/import
export-path: /srv/photoprism/photos/export
server-host:
server-mode: release
server-port: 80
sql-host: localhost
sql-port: 4000
http-host:
http-mode: release
http-port: 80
database-driver: tidb
database-dsn: root:@tcp(localhost:4000)/photoprism?parseTime=true