forked from OrderlyNetwork/orderly-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
26 lines (23 loc) · 1.45 KB
/
Copy path.env.example
File metadata and controls
26 lines (23 loc) · 1.45 KB
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
# ──────────────────────────────────────────────
# Database passwords
# ──────────────────────────────────────────────
POSTGRES_INDEXER_PASSWORD=orderly_secret
POSTGRES_ANALYZER_PASSWORD=orderly_secret
# ──────────────────────────────────────────────
# Exposed ports (host side)
# ──────────────────────────────────────────────
INDEXER_DB_PORT=5432
ANALYZER_DB_PORT=5433
NGINX_PORT=80
# ──────────────────────────────────────────────
# Frontend environment
# NOTE: QUERY_SERVICE_URL is passed to the browser (client-side).
# It MUST be a publicly accessible URL, NOT a Docker internal address.
# Use Nginx proxy path: http://<YOUR_SERVER_IP>/api
# ──────────────────────────────────────────────
# For dev/testnet:
QUERY_SERVICE_URL=http://<YOUR_SERVER_IP>/api
EVM_API_URL=https://testnet-api-evm.orderly.org
# For production:
# QUERY_SERVICE_URL=http://<YOUR_DOMAIN>/api
# EVM_API_URL=https://api-evm.orderly.org