First minimal version
This commit is contained in:
59
Server/ADS/ADS.Config.default.json
Normal file
59
Server/ADS/ADS.Config.default.json
Normal file
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"ENABLE_READ_BEFORE_WRITE": false,
|
||||
"IGNORED_PLC_ATTRIBUTES": [
|
||||
"DisplayMinValue",
|
||||
"DisplayMaxValue",
|
||||
"DisplayMinValueX64",
|
||||
"DisplayMaxValueX64",
|
||||
"LowerBorder",
|
||||
"UpperBorder",
|
||||
"TcRpcEnable",
|
||||
"TcGenerateDeRefType",
|
||||
"TcHmiSymbol.ReadOnly",
|
||||
"TcHmiSymbol.AddSymbol",
|
||||
"TcHmiSymbol.AddSymbol.UserGroups",
|
||||
"TcHmiSymbol.AddSymbol.UserGroups.Read",
|
||||
"TcHmiSymbol.AddSymbol.Hidden",
|
||||
"to_string_function",
|
||||
"to_wstring_function"
|
||||
],
|
||||
"NEW_HANDLES_PER_SUM_REQUEST_LIMIT": 100,
|
||||
"RESPONSE_SIZE_LIMIT": 2097152,
|
||||
"RUNTIMES": {
|
||||
"PLC1": {
|
||||
"ENABLED": true,
|
||||
"NETID": "5.127.104.206.1.1",
|
||||
"PORT": 851,
|
||||
"READ_ONLY": false,
|
||||
"SYMBOLS": {},
|
||||
"USE_WHITELISTING": false
|
||||
}
|
||||
},
|
||||
"RUNTIME_STATE_CHECK_INTERVAL": "PT2S",
|
||||
"RUNTIME_STATE_CHECK_TIMEOUT": "PT5S",
|
||||
"SUM_REQUEST_LIMIT": 500,
|
||||
"TIMEOUT": "PT1S",
|
||||
"VISIBLE_RUNTIME_PORTS": [
|
||||
301,
|
||||
302,
|
||||
303,
|
||||
304,
|
||||
350,
|
||||
351,
|
||||
352,
|
||||
353,
|
||||
354,
|
||||
355,
|
||||
501,
|
||||
801,
|
||||
811,
|
||||
821,
|
||||
831,
|
||||
851,
|
||||
852,
|
||||
853,
|
||||
854,
|
||||
10000,
|
||||
19800
|
||||
]
|
||||
}
|
||||
12
Server/ADS/ADS.Config.remote.json
Normal file
12
Server/ADS/ADS.Config.remote.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"RUNTIMES": {
|
||||
"PLC1": {
|
||||
"ENABLED": true,
|
||||
"NETID": "127.0.0.1.1.1",
|
||||
"PORT": 851,
|
||||
"READ_ONLY": false,
|
||||
"SYMBOLS": {},
|
||||
"USE_WHITELISTING": false
|
||||
}
|
||||
}
|
||||
}
|
||||
4
Server/ADS/ADS.Storage.json
Normal file
4
Server/ADS/ADS.Storage.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"configVersion": "1.0.1.5",
|
||||
"guid": "5AE90DB9-B895-45AD-9B79-27A19FADCD86"
|
||||
}
|
||||
6
Server/TcHmiLua/TcHmiLua.Config.default.json
Normal file
6
Server/TcHmiLua/TcHmiLua.Config.default.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"CONFIG_PAGE_ARRAY_LIMIT": 100,
|
||||
"HTML_ERRORS": false,
|
||||
"LOG_PAGE_MAX_ENTRIES": 200,
|
||||
"SCRIPT_TIMEOUT": "PT10S"
|
||||
}
|
||||
1
Server/TcHmiLua/TcHmiLua.Config.remote.json
Normal file
1
Server/TcHmiLua/TcHmiLua.Config.remote.json
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
||||
4
Server/TcHmiLua/TcHmiLua.Storage.json
Normal file
4
Server/TcHmiLua/TcHmiLua.Storage.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"configVersion": "1.0.1.1",
|
||||
"guid": "EBCC019A-41B4-4ADA-9163-F9F34357B0B6"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"DEFAULT_LIST_LIMIT": 1000,
|
||||
"MAXENTRIES": 15000,
|
||||
"MAXENTRYLENGTH": 1024,
|
||||
"MAX_DIAGNOSTICS_ARCHIVE_FILE_COUNT": 2,
|
||||
"MAX_DIAGNOSTICS_MESSAGES_FILE_SIZE": 52428800,
|
||||
"MODE": 1,
|
||||
"REDIRECT_DIAGNOSTICS_MESSAGES_TO_FILE": true,
|
||||
"VACUUM_ON_STARTUP": false
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{}
|
||||
4
Server/TcHmiSqliteLogger/TcHmiSqliteLogger.Storage.json
Normal file
4
Server/TcHmiSqliteLogger/TcHmiSqliteLogger.Storage.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"configVersion": "1.0.1.2",
|
||||
"guid": "CD0B1D03-27D7-4904-BEFF-3882D751757A"
|
||||
}
|
||||
4038
Server/TcHmiSrv/TcHmiSrv.Config.default.json
Normal file
4038
Server/TcHmiSrv/TcHmiSrv.Config.default.json
Normal file
File diff suppressed because it is too large
Load Diff
9
Server/TcHmiSrv/TcHmiSrv.Config.remote.json
Normal file
9
Server/TcHmiSrv/TcHmiSrv.Config.remote.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"BASE_HMI_URL": "",
|
||||
"CERTIFICATEEXPIRATION": "P1095DT18H",
|
||||
"MAXREQUESTSIZE": 1048576,
|
||||
"REQUIREAUTH": 2,
|
||||
"VIRTUALDIRECTORIES": {
|
||||
"/": "www"
|
||||
}
|
||||
}
|
||||
4
Server/TcHmiSrv/TcHmiSrv.Storage.json
Normal file
4
Server/TcHmiSrv/TcHmiSrv.Storage.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"configVersion": "1.0.1.15",
|
||||
"guid": "1EE8B733-8328-488E-A4BA-C287BF8302E7"
|
||||
}
|
||||
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"ENABLE_TWO_FACTOR_AUTHENTICATION": 0,
|
||||
"EXCLUDE_SYSTEM_ADMINISTRATOR_FROM_LOCKOUT": false,
|
||||
"MAX_INVALID_LOGIN_ATTEMPTS": 0,
|
||||
"PASSWORD_BLACKLIST": "",
|
||||
"PASSWORD_ENABLE_AGING": false,
|
||||
"PASSWORD_FORCE_COMPLEX": 0,
|
||||
"PASSWORD_HISTORY_SIZE": 0,
|
||||
"PASSWORD_MAXIMUM_AGE": "P90D",
|
||||
"PASSWORD_MINIMUM_LENGTH": 1,
|
||||
"USERS": {
|
||||
"__SystemAdministrator": {
|
||||
"ALGORITHM": 0,
|
||||
"ENABLED": false,
|
||||
"LAST_PASSWORD_CHANGE": "1970-01-01T00:00:00Z",
|
||||
"PASSWORD": "",
|
||||
"PASSWORD_HISTORY": [],
|
||||
"SALT": "",
|
||||
"SECRET": {
|
||||
"algorithm": 0,
|
||||
"configuration": 0,
|
||||
"iv": "",
|
||||
"value": ""
|
||||
},
|
||||
"TWO_FACTOR_AUTHENTICATION_ENABLED": false
|
||||
},
|
||||
"__SystemGuest": {
|
||||
"ALGORITHM": 0,
|
||||
"ENABLED": true,
|
||||
"LAST_PASSWORD_CHANGE": "1970-01-01T00:00:00Z",
|
||||
"PASSWORD": "",
|
||||
"PASSWORD_HISTORY": [],
|
||||
"SALT": "",
|
||||
"SECRET": {
|
||||
"algorithm": 0,
|
||||
"configuration": 0,
|
||||
"iv": "",
|
||||
"value": ""
|
||||
},
|
||||
"TWO_FACTOR_AUTHENTICATION_ENABLED": false
|
||||
},
|
||||
"__SystemUser": {
|
||||
"ALGORITHM": 0,
|
||||
"ENABLED": true,
|
||||
"LAST_PASSWORD_CHANGE": "1970-01-01T00:00:00Z",
|
||||
"PASSWORD": "",
|
||||
"PASSWORD_HISTORY": [],
|
||||
"SALT": "",
|
||||
"SECRET": {
|
||||
"algorithm": 0,
|
||||
"configuration": 0,
|
||||
"iv": "",
|
||||
"value": ""
|
||||
},
|
||||
"TWO_FACTOR_AUTHENTICATION_ENABLED": false
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"configVersion": "1.0.1.5",
|
||||
"guid": "2E0817F0-DE05-42ED-BAFA-552D96B07127"
|
||||
}
|
||||
Reference in New Issue
Block a user