Skip to content

Commit

Permalink
chore: minor formatting and spelling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Feb 10, 2024
1 parent b4b6678 commit ee4ee57
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
| datastore.table_prefix | "alert_system" | Prefix for database table names |
| **datastore.sqlite** | `<Object>` | SQLite specific configuration |
| datastore.sqlite.database_path | "alert_system_datastore.db" | Path to the SQLite database file |
| datstore.sqlite.shared | false | Use a shared SQLite database |
| datastore.sqlite.shared | false | Use a shared SQLite database |
| **sql_read** | `<Object>` | Configuration for the read SQL database connection |
| **sql_write** | `<Object>` | Configuration for the write SQL database connection |
| sql_read/write.driver | "postgresql" | Database driver (e.g., postgresql) |
Expand All @@ -30,7 +30,7 @@
| p2p.port | "9906" | Port for P2P communication |
| p2p.alert_system_protocol_id | "/bitcoin-testnet/alert-system/0.0.1" | Protocol ID for the alert system on the P2P network |
| ... | | (Additional P2P parameters) |
| **rpc_connections** | `[]<Object>` | List of RPC connections |
| rpc_connections[0].user | "galt" | RPC username |
| rpc_connections[0].password | "galt" | RPC password |
| **rpc_connections** | `[]<Object>` | List of RPC connections |
| rpc_connections[0].user | "testUser" | RPC username |
| rpc_connections[0].password | "testPw" | RPC password |
| rpc_connections[0].host | "http://localhost:8333" | RPC host |

0 comments on commit ee4ee57

Please sign in to comment.