Support port number in postgres connection (#20662)
* Support port number in postgres connection * Addressed a few comments from Trent
This commit is contained in:
@ -39,6 +39,7 @@ pub struct AccountsDbPluginPostgresConfig {
|
||||
pub host: String,
|
||||
pub user: String,
|
||||
pub threads: Option<usize>,
|
||||
pub port: Option<u16>,
|
||||
}
|
||||
|
||||
#[derive(Error, Debug)]
|
||||
|
Reference in New Issue
Block a user