forked from Tradazone/Tradazone
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
31 lines (25 loc) · 1.35 KB
/
Copy path.env.example
File metadata and controls
31 lines (25 loc) · 1.35 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
# ─────────────────────────────────────────────────────────────────────────────
# Tradazone — Environment Variable Reference
#
# Copy this file to the appropriate .env.<environment> file and fill in values.
# Files named .env.*.local are git-ignored and safe for secrets.
#
# Vite only exposes variables prefixed with VITE_ to the browser bundle.
# ─────────────────────────────────────────────────────────────────────────────
# App environment identifier: development | staging | production
VITE_APP_ENV=development
# Base URL path for the app (must match the deployment sub-path)
# development : /
# staging : /Tradazone-staging/
# production : /Tradazone/
VITE_BASE_PATH=/
# Backend API base URL
VITE_API_URL=http://localhost:3000/api
# Default webhook endpoint (optional — users can also set this in-app)
VITE_WEBHOOK_URL=
# App display name shown in the staging banner
VITE_APP_NAME=Tradazone
# SEP-38 Anchor Quote Server base URL
# Used by src/stellar/sep38.ts to reach the anchor's firm quote API.
# Example: https://anchor.example.com
VITE_SEP38_URL=