forked from Xoulomon/Stellar-Save
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
37 lines (29 loc) · 1.17 KB
/
Copy path.env.example
File metadata and controls
37 lines (29 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
37
# Stellar Network Configuration
STELLAR_NETWORK=testnet
STELLAR_RPC_URL=https://soroban-testnet.stellar.org
STELLAR_NETWORK_PASSPHRASE="Test SDF Network ; September 2015"
# Contract Addresses (populated after deployment)
CONTRACT_GUESS_THE_NUMBER=
CONTRACT_FUNGIBLE_ALLOWLIST=
CONTRACT_NFT_ENUMERABLE=
# Frontend Configuration
VITE_STELLAR_NETWORK=testnet
VITE_STELLAR_RPC_URL=https://soroban-testnet.stellar.org
VITE_CONTRACT_GUESS_THE_NUMBER=
VITE_CONTRACT_FUNGIBLE_ALLOWLIST=
VITE_CONTRACT_NFT_ENUMERABLE=
# Development
NODE_ENV=development
# ── Backup Configuration ──────────────────────────────────────────────────────
# Set to "true" to enable automated backup scheduler and monitor
BACKUP_ENABLED=false
# AWS credentials for S3 backup storage
AWS_REGION=us-east-1
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
# S3 bucket name for storing backups
BACKUP_S3_BUCKET=stellar-save-backups
# How many days to retain backups before pruning (default: 30)
BACKUP_RETENTION_DAYS=30
# Optional webhook URL to receive backup alert notifications (POST JSON)
BACKUP_ALERT_WEBHOOK_URL=