added pingpong to websockets

This commit is contained in:
2026-01-13 19:17:20 +01:00
parent 86d86473af
commit b530438c05
2 changed files with 53 additions and 8 deletions

View File

@@ -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