-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
22 lines (19 loc) · 1001 Bytes
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Application Environment
# -----------------
NODE_ENV=development # Optional, default: development (options: development | test | production)
# Database Configuration
# ---------------------
DB_CONNECTION_STRING= # Required
DB_SCHEMAS= # Required (options: sepolia | mainnet | filecoin)
DB_POLLING_INTERVAL=30000 # Optional, default: 30000 (30 seconds)
# MeiliSearch Configuration
# ------------------------
MEILISEARCH_HOST= # Required (must be a valid URL)
MEILISEARCH_API_KEY= # Required
MEILISEARCH_TIMEOUT=5000 # Optional, default: 5000
# Logging Configuration
# --------------------
LOG_LEVEL=info # Optional, default: info (options: trace | debug | info | warn | error)
LOG_FORMAT=json # Optional, default: json (options: json | pretty)
LOG_DESTINATION=console # Optional, default: console (options: console | file)
LOG_FILE= # Required only if LOG_DESTINATION=file