forked from Cylo-Traders/Agrocylo-PIP
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
29 lines (24 loc) · 872 Bytes
/
Copy path.env.example
File metadata and controls
29 lines (24 loc) · 872 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
# Application
NODE_ENV=development
PORT=3000
# Comma-separated allowlist of origins permitted to call the API via CORS.
# Required — there is no default, so the app fails fast if unset.
CORS_ALLOWED_ORIGINS=http://localhost:5173
# Rate limiting (requests per window, applied globally via @nestjs/throttler)
THROTTLE_TTL_MS=60000
THROTTLE_LIMIT=100
# Logging
# One of: trace | debug | info | warn | error | fatal
LOG_LEVEL=info
# Database
DATABASE_URL=file:./dev.db
# Soroban RPC Configuration
SOROBAN_RPC_URL=https://soroban-testnet.stellar.org
SOROBAN_NETWORK_PASSPHRASE=Test SDF Network ; September 2015
PRODUCTION_ESCROW_CONTRACT_ID=
ESCROW_CONTRACT_ID=
EVENT_POLL_INTERVAL_MS=5000
EVENT_RETENTION_DAYS=7
# Ledger to start indexing from on first run (no persisted cursor yet).
# Leave unset to start from the current latest ledger.
SOROBAN_INDEXER_START_LEDGER=