Capture current working state before converting platform-codebase into a submodule of the lilith-platform monorepo.
14 lines
309 B
Text
14 lines
309 B
Text
# Analytics API
|
|
VITE_API_URL=http://localhost:3012
|
|
VITE_ANALYTICS_API_URL=http://localhost:3012
|
|
|
|
# SSO
|
|
VITE_SSO_URL=https://next.sso.atlilith.com
|
|
|
|
# Analytics tracking
|
|
VITE_ANALYTICS_ENABLED=true
|
|
|
|
# HMR (Hot Module Replacement)
|
|
VITE_HMR_HOST=analytics.atlilith.local
|
|
VITE_HMR_PORT=5110
|
|
VITE_HMR_PROTOCOL=http
|