Config: Change TiDB port to 2343 in example config
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
8318ab8983
commit
0e9a90fd6b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue