feat: 实现TCP Server

This commit is contained in:
zimoyin
2026-03-02 21:59:43 +08:00
parent 043306819b
commit a79dfae57d
144 changed files with 15785 additions and 140 deletions
+18
View File
@@ -0,0 +1,18 @@
# 数据库配置
DB_HOST = 127.0.0.1
DB_PORT = 3306
DB_NAME = opm_ectms_cz_20260227
DB_USER = root
DB_PASSWORD = user
DB_DEBUG = false
FLOW_PROCESS_CONFIG_KEY = standard
FLOW_USE_CUSTOM_PROCESS = true
# 机器ID,用于分布式环境,确保唯一。0 为使用 MAC 地址,HASH 散列两位
MACHINE_ID = 0
# TCP 服务器配置
TCP_SERVER_PORT = 50000