From a43433ccb4bee300c640383cf70ce51bf4418aac Mon Sep 17 00:00:00 2001 From: pablorevilla-meshtastic Date: Thu, 15 Jan 2026 11:51:03 -0800 Subject: [PATCH] Update documentation --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f3dbc4..88e2629 100644 --- a/README.md +++ b/README.md @@ -321,11 +321,14 @@ If you want to use PostgreSQL instead of SQLite: Install PostgreSQL for your OS. Create a user and database: +``` `CREATE USER meshview WITH PASSWORD 'change_me';` `CREATE DATABASE meshview OWNER meshview;` +``` Update `config.ini` example: +``` `connection_string = postgresql+asyncpg://meshview:change_me@localhost:5432/meshview` - +``` ## Running Meshview