Add WinSW automatic update manifest
This commit is contained in:
24
release/config/enova.json.sample
Normal file
24
release/config/enova.json.sample
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"portal": "demo",
|
||||
"wamp": {
|
||||
"serverUrl": "ws://wamp.smartb2b.eu:8080/",
|
||||
"reconnectDelaySeconds": 10
|
||||
},
|
||||
"enova": {
|
||||
"installationPath": "C:\\Program Files (x86)\\Soneta\\enova365 2604.4.4",
|
||||
"database": "Firma demo",
|
||||
"operator": "Administrator",
|
||||
"passwordEnvironmentVariable": "SMARTB2B_ENOVA_PASSWORD",
|
||||
"documentDefinition": "ZO",
|
||||
"defaultWarehouseCode": null,
|
||||
"saveMode": "Buffer"
|
||||
},
|
||||
"sql": {
|
||||
"connectionStringEnvironmentVariable": "SMARTB2B_SQL_CONNECTION_STRING",
|
||||
"commandTimeoutSeconds": 30
|
||||
},
|
||||
"diagnostics": {
|
||||
"logDirectory": "daemon",
|
||||
"logPrefix": "smartb2bsync-enova"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user