mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Config: Rename "sql" / "internal" to "tidb" for more clarity
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
@@ -52,10 +52,10 @@ func startAction(ctx *cli.Context) error {
|
||||
fmt.Printf("NAME VALUE\n")
|
||||
fmt.Printf("detach-server %t\n", conf.DetachServer())
|
||||
|
||||
fmt.Printf("sql-host %s\n", conf.SqlServerHost())
|
||||
fmt.Printf("sql-port %d\n", conf.SqlServerPort())
|
||||
fmt.Printf("sql-password %s\n", conf.SqlServerPassword())
|
||||
fmt.Printf("sql-path %s\n", conf.SqlPath())
|
||||
fmt.Printf("tidb-host %s\n", conf.TidbServerHost())
|
||||
fmt.Printf("tidb-port %d\n", conf.TidbServerPort())
|
||||
fmt.Printf("tidb-password %s\n", conf.TidbServerPassword())
|
||||
fmt.Printf("tidb-path %s\n", conf.TidbServerPath())
|
||||
|
||||
fmt.Printf("http-host %s\n", conf.HttpServerHost())
|
||||
fmt.Printf("http-port %d\n", conf.HttpServerPort())
|
||||
|
||||
Reference in New Issue
Block a user