trigo / trigo-web /.env.local.example
k-l-lambda's picture
Update trigo-web with VS People multiplayer mode
15f353f
# Local Environment Overrides
#
# This file is for local development overrides and is NOT committed to git.
# Copy this file to .env.local and customize as needed.
#
# Usage:
# cp .env.local.example .env.local
# # Edit .env.local with your local settings
#
# Any variables set here will override the values in .env
# ==============================================================================
# Example: Override ONNX Threading Configuration
# ==============================================================================
# Uncomment and adjust for your CPU:
# ONNX_INTRA_OP_NUM_THREADS=8
# ONNX_INTER_OP_NUM_THREADS=4
# ==============================================================================
# Example: Use Different Model Versions for Testing
# ==============================================================================
# ONNX_EVALUATION_MODEL=./public/onnx/experimental/model_v2_evaluation.onnx
# ONNX_TREE_MODEL=./public/onnx/experimental/model_v2_tree.onnx
# ==============================================================================
# Example: Frontend Development Settings
# ==============================================================================
# VITE_PORT=3000
# VITE_SERVER_URL=http://192.168.1.100:3000
# ==============================================================================
# Example: Backend Development Settings
# ==============================================================================
# PORT=4000
# CLIENT_URL=http://localhost:3000