使用自定义流程实现网关协议解析转发功能

This commit is contained in:
2025-02-24 17:21:47 +08:00
parent 10a4f010ce
commit 83f4f06740
25 changed files with 1424 additions and 139 deletions

View File

@@ -1,5 +1,5 @@
PORT=8080
SECRET=testing123
APP_CTRL_PORT=18080
APP_DATA_PORT=18081
DB_HOST=localhost
DB_PORT=5432