diff --git a/configs/photoprism.yml b/configs/photoprism.yml index 779ec880f..212622cc8 100644 --- a/configs/photoprism.yml +++ b/configs/photoprism.yml @@ -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 \ No newline at end of file