-
Notifications
You must be signed in to change notification settings - Fork 181
Expand file tree
/
Copy path.env.example
More file actions
28 lines (24 loc) · 1.73 KB
/
Copy path.env.example
File metadata and controls
28 lines (24 loc) · 1.73 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
27
28
# ─── Database ────────────────────────────────────────────────────────────────
POSTGRES_USER=nova_user
POSTGRES_PASSWORD=nova_password
# ─── ELK Stack ────────────────────────────────────────────────────────────────
# IMPORTANT: Must be set when using ELK stack. Should NOT use default "changeme" in production.
ELASTICSEARCH_PASSWORD=changeme
# ─── Backend ─────────────────────────────────────────────────────────────────
JWT_SECRET=change-me-in-production
JWT_EXPIRES_IN=24h
ADMIN_JWT_SECRET=change-me-admin-in-production
ADMIN_JWT_EXPIRES_IN=8h
# ─── Stellar ─────────────────────────────────────────────────────────────────
STELLAR_NETWORK=testnet
STELLAR_HORIZON_URL=https://horizon-testnet.stellar.org
FACTORY_CONTRACT_ID=
# ─── Frontend (Vite build args) ───────────────────────────────────────────────
VITE_NETWORK=testnet
VITE_FACTORY_CONTRACT_ID=
VITE_API_BASE_URL=http://localhost:3001/api
VITE_TOKEN_INFO_API_URL=http://localhost:3001/api/token-info
VITE_LEADERBOARD_API_URL=http://localhost:3001/api/leaderboard
VITE_GOVERNANCE_API_URL=http://localhost:3001/api/governance
VITE_IPFS_API_KEY=
VITE_IPFS_API_SECRET=