Files
archy-demo/neode-ui/.env.example
2026-03-17 02:14:04 +00:00

12 lines
202 B
Plaintext

# Frontend Configuration
# Copy this to .env and adjust as needed
# Backend API URL
VITE_BACKEND_URL=http://localhost:5959
# API base path
VITE_API_BASE=/rpc/v1
# Development mode
VITE_DEV_MODE=true