feat: 初始化HEFA-L2 PDI管理系统项目
添加前端Vue2项目结构,包括ElementUI集成、路由配置和API模块 实现后端FastAPI服务,包含Oracle数据库连接和PDI CRUD接口 添加OPC-UA轮询服务,支持跟踪图数据同步到Oracle 提供SQLite镜像数据库用于本地开发和快速查询 包含完整的部署脚本和文档说明
This commit is contained in:
9
backend/.env.example
Normal file
9
backend/.env.example
Normal file
@@ -0,0 +1,9 @@
|
||||
# Oracle Database
|
||||
ORACLE_DSN=localhost:1521/orcl
|
||||
ORACLE_USER=pltm
|
||||
ORACLE_PASSWORD=pltm123
|
||||
|
||||
# OPC-UA Server
|
||||
OPC_URL=opc.tcp://192.168.1.100:4840
|
||||
OPC_COUNTER_NODE=ns=2;s=PL.TRACKMAP.COUNTER
|
||||
OPC_POLL_INTERVAL=2
|
||||
Reference in New Issue
Block a user