forked from Astrea-Payouts/astrea
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
22 lines (19 loc) · 1.21 KB
/
Copy path.env.example
File metadata and controls
22 lines (19 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# SUPABASE / DATABASE — see prisma/README.md for how to get these values.
# DATABASE_URL: pooled connection (port 6543), used by the app at runtime.
DATABASE_URL="postgresql://postgres.<project-ref>:<password>@aws-0-sa-east-1.pooler.supabase.com:6543/postgres?pgbouncer=true"
# DIRECT_URL: direct connection (port 5432), used only by the Prisma CLI for migrations.
DIRECT_URL="postgresql://postgres:<password>@db.<project-ref>.supabase.co:5432/postgres"
# STELLAR NETWORK — the single source of truth for which network the app
# targets. NEXT_PUBLIC_ on purpose (not a secret) so server and client can
# never disagree — see src/lib/env.ts.
NEXT_PUBLIC_STELLAR_NETWORK=testnet
# Explicit gate: NEXT_PUBLIC_STELLAR_NETWORK=mainnet alone is refused at
# boot unless this is also set to "true". Leave unset/false for testnet.
ALLOW_MAINNET=false
# TRUSTLESS WORK — server-side only, NEVER expose with NEXT_PUBLIC_.
# Request a testnet API key at https://dapp.trustlesswork.com (BackOffice → API keys)
TW_API_URL=https://dev.api.trustlesswork.com
TW_API_KEY=
# Testnet USDC issuer (Circle testnet issuer used across Stellar testnet tooling)
USDC_SYMBOL=USDC
USDC_ISSUER=GBBD47IF6LWK7P7MDEVSCWR7DPUWV3NY3DTQEVFL4NAT4AQH3ZLLFLA5