12 lines
347 B
Bash
12 lines
347 B
Bash
# Backend API base URL
|
|
VITE_API_URL=http://127.0.0.1:2892
|
|
|
|
# Domain that relay subdomains live under (must match the backend's RELAY_DOMAIN)
|
|
VITE_RELAY_DOMAIN=spaces.coracle.social
|
|
|
|
# Platform display name shown in UI
|
|
VITE_PLATFORM_NAME=Caravel
|
|
|
|
# Platform logo shown in UI (path under public/, or an absolute URL)
|
|
VITE_PLATFORM_LOGO=/caravel.png
|