Update config file to match new config names, see #50
This commit is contained in:
parent
49793a3706
commit
cfd70b13f5
1 changed files with 5 additions and 3 deletions
|
@ -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
|
Loading…
Reference in a new issue