From 0e9a90fd6b8e878da96baf733cb8816b2634e27c Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Wed, 29 Apr 2020 00:10:03 +0200 Subject: [PATCH] Config: Change TiDB port to 2343 in example config Signed-off-by: Michael Mayer --- assets/config/photoprism.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/config/photoprism.yml b/assets/config/photoprism.yml index 5b4b5c080..7b8f62f30 100644 --- a/assets/config/photoprism.yml +++ b/assets/config/photoprism.yml @@ -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