Fix postgres URL issue.
This commit is contained in:
@@ -502,7 +502,7 @@ fn fetch_database_url_from_sys_map() -> Result<String, AnyError> {
|
|||||||
);
|
);
|
||||||
|
|
||||||
Ok(format!(
|
Ok(format!(
|
||||||
"postgres://{}:{}@{}:{}/{}",
|
"postgresql://{}:{}@{}:{}/{}",
|
||||||
username, password, host, port, database
|
username, password, host, port, database
|
||||||
))
|
))
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user