-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
37 lines (33 loc) · 837 Bytes
/
.env.example
File metadata and controls
37 lines (33 loc) · 837 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# --- Local Development (Docker PostgreSQL) ---
# Copy this file to .env and fill in the values
# Start PostgreSQL: docker compose up -d
ENVIRONMENT=loc
PORT=3000
SQL_HOST=localhost
SQL_PORT=5432
SQL_USERNAME=postgres
SQL_PASSWORD=YourStrong!Passw0rd
SQL_DB=LightningSpace
SQL_SYNCHRONIZE=true
SQL_MIGRATE=false
JWT_SECRET=
DISABLED_PROCESSES=*
# Debug endpoint (scripts/db-debug.sh, scripts/log-debug.sh)
DEBUG_ADDRESS=
DEBUG_SIGNATURE=
DEBUG_API_URL=
# Azure Application Insights (for log-debug.sh)
AZURE_APP_INSIGHTS_APP_ID=
AZURE_APP_INSIGHTS_API_KEY=
# Boltz PostgreSQL (for swap statistics)
BOLTZ_PG_HOST=
BOLTZ_PG_PORT=5432
BOLTZ_PG_DATABASE=
BOLTZ_PG_USER=
BOLTZ_PG_PASSWORD=
# Ponder-Claim PostgreSQL (for claim transaction hashes)
PONDER_PG_HOST=
PONDER_PG_PORT=5432
PONDER_PG_DATABASE=
PONDER_PG_USER=
PONDER_PG_PASSWORD=