mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-15 10:10:12 +00:00
feat(rust): default bind ipv6
This commit is contained in:
parent
543522440a
commit
e6c4b4416e
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ pub struct DatabaseConfig {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn _default_api_addr() -> String {
|
fn _default_api_addr() -> String {
|
||||||
"0.0.0.0:5000".to_string()
|
"[::]:5000".to_string()
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Deserialize, Clone, Debug)]
|
#[derive(Deserialize, Clone, Debug)]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue