Skip to content

Commit

Permalink
update README: db configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Otto committed Jul 31, 2024
1 parent a421e67 commit a0103f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ Install Java 21 and run `./start-h2.sh`.
### Using PostgreSQL (recommended)
Install PostgreSQL (Debian: `apt install postgresql`) and create a database named `lndmanagej` and a user `bitcoin`.
You can tweak these settings in `application/src/main/resources/application.properties`.
Configure the database so that the user `bitcoin` can access `lndmanagej` without a password at `jdbc:postgresql://localhost:5432/lndmanagej` (`pg_hba.conf`: `local lndmanagej bitcoin trust`).
Configure the database so that the user `bitcoin` can access `lndmanagej` without a password at `jdbc:postgresql://localhost:5432/lndmanagej` (`pg_hba.conf`: `host lndmanagej bitcoin 127.0.0.1/32 trust`).

Install Java 21 and run `./start.sh`.

Expand Down

0 comments on commit a0103f3

Please sign in to comment.