mirror of
https://github.com/Routstr/routstr-core.git
synced 2026-07-30 15:26:14 +00:00
docs: document DB pool and mint concurrency env vars in .env.example
This commit is contained in:
@@ -22,6 +22,13 @@ ROUTSTR_SECRET_KEY=
|
||||
|
||||
# Database
|
||||
# DATABASE_URL=sqlite+aiosqlite:///keys.db
|
||||
# Keep total pool capacity across all workers below the database connection limit.
|
||||
# DATABASE_POOL_SIZE=5
|
||||
# DATABASE_MAX_OVERFLOW=0
|
||||
# DATABASE_POOL_TIMEOUT=5
|
||||
# DATABASE_POOL_RECYCLE=1800
|
||||
# DATABASE_POOL_PRE_PING=true
|
||||
# DATABASE_POOL_HOLD_WARN_SECONDS=10
|
||||
|
||||
# Node Information
|
||||
# NAME=My Routstr Node
|
||||
@@ -31,6 +38,7 @@ ROUTSTR_SECRET_KEY=
|
||||
# RELAYS="wss://relay.damus.io,wss://relay.nostr.band,wss://eden.nostr.land,wss://relay.routstr.com"
|
||||
# ENABLE_ANALYTICS_SHARING=true
|
||||
# CASHU_MINTS="https://mint.minibits.cash/Bitcoin,https://mint.cubabitcoin.org,https://ecashmint.otrta.me"
|
||||
# MINT_OPERATION_CONCURRENCY=4
|
||||
# RECEIVE_LN_ADDRESS=
|
||||
|
||||
# Custom Pricing Configuration
|
||||
|
||||
Reference in New Issue
Block a user