init
This commit is contained in:
36
mc_test/.env
Executable file
36
mc_test/.env
Executable file
@ -0,0 +1,36 @@
|
||||
# Machine Control Center Environment Configuration
|
||||
# Copy this file to .env and configure for your environment
|
||||
|
||||
# ========================================================================================
|
||||
# API Configuration
|
||||
# ========================================================================================
|
||||
VITE_API_URL=https://mc.exbytestudios.com
|
||||
|
||||
# ========================================================================================
|
||||
# Domain Configuration
|
||||
# ========================================================================================
|
||||
# Production domain
|
||||
VITE_PROD_DOMAIN=mc.exbytestudios.com
|
||||
# Backup domain
|
||||
VITE_BACKUP_DOMAIN=backup.mc.exbytestudios.com
|
||||
# Test/Development domain
|
||||
VITE_TEST_DOMAIN=test.exbytestudios.com
|
||||
|
||||
# ========================================================================================
|
||||
# Development Server Configuration (for Vite server)
|
||||
# ========================================================================================
|
||||
VITE_DEV_HOST=192.168.200.10
|
||||
VITE_DEV_PORT=5173
|
||||
VITE_DEV_ALLOWED_HOST=test.exbytestudios.com
|
||||
|
||||
# ========================================================================================
|
||||
# Security Settings
|
||||
# ========================================================================================
|
||||
VITE_ENABLE_CERTIFICATE_PINNING=true
|
||||
VITE_CERTIFICATE_PINNING_FALLBACK=true
|
||||
|
||||
# ========================================================================================
|
||||
# Development Settings
|
||||
# ========================================================================================
|
||||
VITE_DEBUG_MODE=false
|
||||
VITE_LOG_LEVEL=info
|
||||
Reference in New Issue
Block a user