forked from Ignition-World/ignition-pay
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
32 lines (26 loc) · 810 Bytes
/
Copy path.env.example
File metadata and controls
32 lines (26 loc) · 810 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
# Ignition Pay - Environment Configuration
# Copy this file to create environment-specific configs:
# cp .env.example .env # local development
# cp .env.example .env.dev # development
# cp .env.example .env.staging # staging
# cp .env.example .env.prod # production
# Network
NETWORK=testnet
# NETWORK=mainnet
# Stellar Network Configuration
STELLAR_HORIZON_URL=https://horizon-testnet.stellar.org
# STELLAR_HORIZON_URL=https://horizon.stellar.org
# API Configuration
API_BASE_URL=http://localhost:3000
# API_BASE_URL=https://api.ignitionpay.com
# Secret Key (only for local development, never commit real keys)
# SECRET_KEY=
# Feature Flags
ENABLE_MOBILE=true
ENABLE_WEB=true
ENABLE_EXPERIMENTAL=false
# Logging
LOG_LEVEL=debug
# LOG_LEVEL=info
# LOG_LEVEL=warn
# LOG_LEVEL=error