Update documentation

This commit is contained in:
pablorevilla-meshtastic
2026-01-15 11:51:03 -08:00
parent 4d9db2a52c
commit a43433ccb4
+4 -1
View File
@@ -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