This commit is contained in:
jeremygan2021
2026-03-04 19:42:24 +08:00
parent ef496b8d13
commit 87af3b346f
2 changed files with 9 additions and 4 deletions

View File

@@ -70,3 +70,11 @@ CAMERA.mic = {
# =============================================================================
# 默认使用 NON_CAMERA (普通版),请根据你的实际硬件选择
CURRENT_CONFIG = NON_CAMERA
# =============================================================================
# 服务器配置
# =============================================================================
SERVER_IP = "118.196.74.38"
SERVER_PORT = 8811
SERVER_PATH = "/ws/audio"
SERVER_URL = f"ws://{SERVER_IP}:{SERVER_PORT}{SERVER_PATH}"