First minimal version
This commit is contained in:
52
Properties/tchmipublish.config.json
Normal file
52
Properties/tchmipublish.config.json
Normal file
@@ -0,0 +1,52 @@
|
||||
[
|
||||
{
|
||||
"serverExtensions": [
|
||||
{
|
||||
"publishServerExtension": true,
|
||||
"name": "ADS"
|
||||
},
|
||||
{
|
||||
"publishServerExtension": true,
|
||||
"name": "TcHmiLua"
|
||||
},
|
||||
{
|
||||
"publishServerExtension": true,
|
||||
"name": "TcHmiSqliteLogger"
|
||||
},
|
||||
{
|
||||
"publishServerExtension": true,
|
||||
"name": "TcHmiSrv"
|
||||
},
|
||||
{
|
||||
"publishServerExtension": true,
|
||||
"name": "TcHmiUserManagement"
|
||||
}
|
||||
],
|
||||
"profileName": "TestHMI",
|
||||
"publishMode": "TcHmi",
|
||||
"targetDirectory": "",
|
||||
"deleteAllFilesBeforePublish": false,
|
||||
"deleteExtensionDataBeforePublish": false,
|
||||
"alwaysPublishLocalServerConfiguration": true,
|
||||
"temporaryPublishWithoutServerConfiguration": false,
|
||||
"abortOnErrors": true,
|
||||
"createPublishLog": false,
|
||||
"salt": "c50ba82bb48c48c8abe33a3fdaaca4de",
|
||||
"encryptedTcHmiServerPassword": "9C/Q60mDEgHaWh09q/0mGw==",
|
||||
"tcHmiServerHost": "192.168.10.1",
|
||||
"tcHmiServerPort": "2020",
|
||||
"uploadTimeout": "60",
|
||||
"connectionTimeout": "5",
|
||||
"requestTimeout": "60",
|
||||
"extensionStartupTimeout": "120",
|
||||
"clientCertificateCN": "",
|
||||
"tcHmiUseTLS": true,
|
||||
"useClientCertificate": false,
|
||||
"launchBrowserAfterPublish": false,
|
||||
"createVirtualDirectoriesOnTargetSystem": false,
|
||||
"tcHmiServerUserName": "__SystemAdministrator",
|
||||
"tcHmiDestinationUrl": "https://192.168.10.1:2020/",
|
||||
"publishConfiguration": "remote",
|
||||
"tcHmiIgnoreCertificateErrors": true
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user