forked from CredenceOrg/Credence-Frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
18 lines (15 loc) · 752 Bytes
/
Copy path.env.example
File metadata and controls
18 lines (15 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Credence Frontend runtime link configuration
# Copy this file to .env for local overrides. These are public Vite variables,
# so use placeholder or canonical public URLs only. Do not place secrets here.
# Primary link override variables used by src/config/links.ts.
VITE_DOCS_URL=https://docs.example.com/credence
VITE_TERMS_URL=https://credence.example.com/legal/terms
VITE_PRIVACY_URL=https://credence.example.com/legal/privacy
# API requests use /api by default in the browser. During local development,
# Vite proxies /api to this backend origin.
VITE_API_BASE_URL=http://localhost:3000
# Legacy aliases kept for backward compatibility. The *_URL variables above
# take precedence when both forms are set.
VITE_DOCS=
VITE_TERMS=
VITE_PRIVACY=