10 lines
208 B
Plaintext
10 lines
208 B
Plaintext
|
|
# 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
|