분리후 첫 Crawling 성공 모델
This commit is contained in:
9
OpcPksPlatform/OpcPks.Collector/appsettings.json
Normal file
9
OpcPksPlatform/OpcPks.Collector/appsettings.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"OpcUa": {
|
||||
"ServerUrl": "opc.tcp://192.168.0.20:48010",
|
||||
"AutoAcceptUntrustedCertificates": true
|
||||
},
|
||||
"ConnectionStrings": {
|
||||
"DefaultConnection": "Host=localhost;Database=opcpks;Username=pacer;Password=yourpassword"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user