mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-27 22:49:36 +08:00
【新增】租户功能
This commit is contained in:
@@ -29,5 +29,5 @@ type Postgresql struct {
|
||||
}
|
||||
|
||||
func (m *Postgresql) PgDsn() string {
|
||||
return fmt.Sprintf("host=%s port=%d user=%s"+" password=%s dbname=%s sslmode=disable", m.Host, m.Port, m.Username, m.Password, m.Dbname)
|
||||
return fmt.Sprintf("host=%s port=%d user=%s password=%s dbname=%s sslmode=disable", m.Host, m.Port, m.Username, m.Password, m.Dbname)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user