Skip to content

Commit

Permalink
fixup! fix database name
Browse files Browse the repository at this point in the history
  • Loading branch information
prusnak committed Jul 21, 2022
1 parent 7906de9 commit bfceb1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/lndhub-go.nix
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ in {
services.lndhub-go.settings = {
HOST = cfg.address;
PORT = cfg.port;
DATABASE_URI = "postgresql://${cfg.user}:@localhost:${toString postgresql.port}/lndhub-go?sslmode=disable";
DATABASE_URI = "postgresql://${cfg.user}:@localhost:${toString postgresql.port}/lndhubgo?sslmode=disable";
LND_ADDRESS = "${nbLib.addressWithPort lnd.address lnd.port}";
BRANDING_TITLE = "LndHub.go - Nix-Bitcoin";
BRANDING_DESC = "Accounting wrapper for the Lightning Network";
Expand Down

0 comments on commit bfceb1e

Please sign in to comment.