Config: Change TiDB port to 2343 in example config

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer 2020-04-29 00:10:03 +02:00
parent 8318ab8983
commit 0e9a90fd6b

View file

@ -19,10 +19,10 @@ http-host:
http-mode: release
http-port: 2342
tidb-host: localhost
tidb-port: 4000
tidb-port: 2343
tidb-password: photoprism
database-driver: tidb
database-dsn: root:photoprism@tcp(localhost:4000)/photoprism?parseTime=true
database-dsn: root:photoprism@tcp(localhost:2343)/photoprism?parseTime=true
pid-filename: ~/.local/share/photoprism/photoprism.pid
log-filename: ~/.local/share/photoprism/photoprism.log
detach-server: false