24 lines
696 B
Plaintext
24 lines
696 B
Plaintext
# API Configuration
|
|
# K8s Dev: api.vitrown.abrino.cloud | Production: api.vitrown.com
|
|
VITE_API_BASE_URL=https://api.vitrown.abrino.cloud
|
|
VITE_API_SOCKET_BASE_URL=wss://api.vitrown.abrino.cloud
|
|
VITE_API_URL=https://api.vitrown.abrino.cloud
|
|
|
|
# Application Environment
|
|
VITE_APP_VERSION_TYPE=development
|
|
NODE_ENV=development
|
|
|
|
# Site Configuration
|
|
# K8s Dev: vitrown.abrino.cloud | Production: vitrown.com
|
|
VITE_SITE_URL=https://vitrown.abrino.cloud
|
|
VITE_DOMAIN_URL=https://vitrown.abrino.cloud
|
|
|
|
# Session Secret (REQUIRED - Change in production!)
|
|
REMIX_SECRET=your-secret-key-here
|
|
|
|
# Optional Build Configuration
|
|
VITE_BUILD_TARGET=development
|
|
|
|
# Support Configuration
|
|
VITE_SUPPORT_PHONE=+989223740993
|