forked from gear5labs/chenpilot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.local
More file actions
36 lines (32 loc) · 1.17 KB
/
Copy path.env.local
File metadata and controls
36 lines (32 loc) · 1.17 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
29
30
31
32
33
34
35
36
NODE_ENV=development
ANTHROPIC_API_KEY=your_anthropic_api_key
NODE_URL=http://localhost:3000
DB_HOST=localhost
DB_PORT=5432
//DB_USERNAME=postgres
//DB_PASSWORD=12345678
//DB_NAME=chenpilot
JWT_SECRET=b789aaf3a7b2f27536e4133e96ea2107b4c80a8ab15727a18ce13d7725627744
SMTP_HOST=smtp.example.com
SMTP_PORT=587
SMTP_USER=your@email.com
SMTP_PASS=your-password
SMTP_FROM=noreply@chenpilot.com
EMAIL_VERIFICATION_ENABLED=false
DB_USERNAME=carita
DB_PASSWORD=567890
DB_USERNAME=postgres
DB_PASSWORD=12345678
DB_NAME=chenpilot
# Stellar Configuration
# Network: "testnet" or "public" (mainnet)
# All other Stellar settings (Horizon URL, network passphrase, friendbot) are auto-configured based on this flag
STELLAR_NETWORK=testnet
# Optional: Override auto-configured values (not recommended)
# STELLAR_HORIZON_URL=https://horizon-testnet.stellar.org
# STELLAR_NETWORK_PASSPHRASE=Test SDF Network ; September 2015
# Stellar Webhook Configuration
STELLAR_WEBHOOK_SECRET=your_webhook_secret_for_signature_verification
# JWT Configuration
JWT_ACCESS_SECRET=b789aaf3a7b2f27536e4133e96ea2107b4c80a8ab15727a18ce13d7725627744
JWT_REFRESH_SECRET=b3e56c16a2a8536b6e1f4ee33459538136c9fa49845fd6474bf3b9e2b1dc35cb