added pingpong to websockets
This commit is contained in:
@@ -36,7 +36,7 @@ pub struct Cli {
|
||||
port: String,
|
||||
|
||||
/// Database URL
|
||||
#[arg(short, long, default_value = "localhost:5432")]
|
||||
#[arg(short, long, default_value = "0.0.0.0:5432")]
|
||||
database: String,
|
||||
|
||||
/// Data directory path
|
||||
|
||||
Reference in New Issue
Block a user