-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
29 lines (25 loc) · 1.54 KB
/
.env.example
File metadata and controls
29 lines (25 loc) · 1.54 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
# Clerk - Login social (opcional; sin keys Clerk usa keyless mode en desarrollo)
# NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=YOUR_PUBLISHABLE_KEY
# CLERK_SECRET_KEY=YOUR_SECRET_KEY
# Producción: https://dashboard.clerk.com → API keys
# Stellar SEP (configurar según tu stellar.toml / anchor)
NEXT_PUBLIC_FEDERATION_SERVER_URL=https://federation.example.com
NEXT_PUBLIC_AUTH_SERVER_URL=https://auth.example.com
NEXT_PUBLIC_TRANSFER_SERVER_URL=https://transfer.example.com
# Trustless Work - Escrow
NEXT_PUBLIC_TRUSTLESS_WORK_API_URL=https://api.trustlesswork.com
TRUSTLESS_WORK_API_KEY=
# Cuenta Stellar con USDC para el rol plataforma del escrow. En test puede ser tu wallet de inversionista.
# Si no se define, la app usa la dirección del inversionista al invertir.
# NEXT_PUBLIC_TRUSTLESS_WORK_PLATFORM_ADDRESS=
# Red Stellar para la wallet. Proyecto configurado para testnet; no cambiar sin redesplegar contrato y actualizar RPC.
NEXT_PUBLIC_STELLAR_NETWORK=testnet
# Red para enlaces "Ver en Stellar Expert" de la tx de tokenize (por defecto testnet)
# NEXT_PUBLIC_SOROBAN_NETWORK=testnet
NEXT_PUBLIC_SOROBAN_RPC_URL=https://soroban-testnet.stellar.org
# Tokenización on-chain (Testnet). Mantener testnet; no cambiar sin redesplegar el contrato.
SOROBAN_RPC_URL=https://soroban-testnet.stellar.org
SOROBAN_NETWORK_PASSPHRASE="Test SDF Network ; September 2015"
FARO_INVOICE_TOKEN_CONTRACT_ID=CCSGO7GCC5GYNOHQJOKVVOCMNCWHEBEQDV7NUMSZ4NBRCPYGSEGDMWPH
# Secret key de la cuenta admin (la que puede llamar mint); solo en backend, nunca en front
FARO_TOKEN_ADMIN_SECRET_KEY=