Skip to content

Commit

Permalink
Update env var
Browse files Browse the repository at this point in the history
  • Loading branch information
ssantos21 committed Sep 17, 2024
1 parent d2d245b commit 15a21ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docker-compose-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ services:
context: .
dockerfile: ./server/Dockerfile
environment:
NETWORK: regtest
BITCOIN_NETWORK: regtest
LOCKHEIGHT_INIT: 1100
LH_DECREMENT: 1
DB_USER: postgres
Expand Down
2 changes: 1 addition & 1 deletion server/.env_example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NETWORK =
BITCOIN_NETWORK =
LOCKHEIGHT_INIT =
LH_DECREMENT =
DB_USER =
Expand Down

0 comments on commit 15a21ad

Please sign in to comment.