forked from SoroWill/sorowill-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
53 lines (47 loc) · 2.64 KB
/
Copy path.env.example
File metadata and controls
53 lines (47 loc) · 2.64 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# ---------------------------------------------------------------------------
# Stellar network to connect to.
# Valid values: "testnet" or "mainnet"
# Defaults to "testnet" if left unset.
# ---------------------------------------------------------------------------
NEXT_PUBLIC_STELLAR_NETWORK=testnet
# ---------------------------------------------------------------------------
# Deployed SoroWill contract address on the network above.
# 🌐 Testnet contract IDs are published in the SoroWill contracts repo:
# https://github.com/SoroWill/sorowill-contracts/blob/main/deployments/testnet.json
# Look for "contractId" under the latest deployment entry.
# 🔹 You can also set NEXT_PUBLIC_CONTRACT_ID_TESTNET and
# NEXT_PUBLIC_CONTRACT_ID_MAINNET separately to pin a specific
# contract per network without changing this single default.
# ---------------------------------------------------------------------------
NEXT_PUBLIC_CONTRACT_ID=
# ---------------------------------------------------------------------------
# Soroban RPC endpoint for reading on-chain state.
# Defaults to the public testnet RPC if left unset:
# Testnet: https://soroban-testnet.stellar.org
# Mainnet: https://soroban-mainnet.stellar.org
# 🔹 You can override per network with NEXT_PUBLIC_RPC_URL_TESTNET
# and NEXT_PUBLIC_RPC_URL_MAINNET.
# ---------------------------------------------------------------------------
NEXT_PUBLIC_RPC_URL=https://soroban-testnet.stellar.org
# ---------------------------------------------------------------------------
# (Optional) Resend API key for sending reminder emails.
# Leave unset to skip email delivery.
# https://resend.com
# ---------------------------------------------------------------------------
RESEND_API_KEY=
# ---------------------------------------------------------------------------
# (Optional) Verified Resend sender address used for reminder emails.
# Required when RESEND_API_KEY is set.
# ---------------------------------------------------------------------------
RESEND_FROM_EMAIL=
# ---------------------------------------------------------------------------
# (Optional) File path for the local JSON reminder store used by the
# cron dispatch route. Defaults to an in-memory store when unset.
# ---------------------------------------------------------------------------
REMINDER_STORE_FILE=
# ---------------------------------------------------------------------------
# (Optional) Bearer token protecting the cron dispatch route.
# When set, requests to /api/reminders/dispatch must include an
# Authorization: Bearer <CRON_SECRET> header.
# ---------------------------------------------------------------------------
CRON_SECRET=