We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bba6db0 + 5b73ad7 commit eb94903Copy full SHA for eb94903
5 files changed
.env.sample
@@ -4,8 +4,12 @@ POSTGRES_PASS=dlcdevkit
4
POSTGRES_HOST=localhost:5432
5
POSTGRES_DB=ddk
6
DATABASE_URL=postgres://dlcdevkit:dlcdevkit@localhost:5432/ddk
7
+# Max size of the Postgres connection pool. Defaults to 5; raise to 20+ for production.
8
+DATABASE_MAX_CONNECTIONS=5
9
10
ESPLORA_HOST=http://localhost:30000
11
+# Esplora request timeout in seconds. Defaults to 5.
12
+ESPLORA_TIMEOUT_SECONDS=5
13
14
BITCOIND_USER=dlcdevkit
15
BITCOIND_PASS=dlcdevkit
0 commit comments