This commit is contained in:
parent
3beb84bcfe
commit
99513f64fd
1 changed files with 1 additions and 1 deletions
|
@ -409,7 +409,7 @@ func NewConfigCmd() *cobra.Command {
|
|||
switch csConfig.DbConfig.Type {
|
||||
case "sqlite":
|
||||
fmt.Printf(" - Path : %s\n", csConfig.DbConfig.DbPath)
|
||||
case "mysql", "postgresql", "postgres":
|
||||
default:
|
||||
fmt.Printf(" - Host : %s\n", csConfig.DbConfig.Host)
|
||||
fmt.Printf(" - Port : %d\n", csConfig.DbConfig.Port)
|
||||
fmt.Printf(" - User : %s\n", csConfig.DbConfig.User)
|
||||
|
|
Loading…
Reference in a new issue