Add shared ERP sync core and Optima adapter
This commit is contained in:
27
release-enova/config/enova.json.sample
Normal file
27
release-enova/config/enova.json.sample
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"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",
|
||||
"password": "<hasło operatora>",
|
||||
"documentDefinition": "ZO",
|
||||
"defaultWarehouseCode": null,
|
||||
"saveMode": "Buffer"
|
||||
},
|
||||
"sql": {
|
||||
"connectionString": "Server=...;Database=...;User ID=...;Password=...;TrustServerCertificate=True",
|
||||
"commandTimeoutSeconds": 30
|
||||
},
|
||||
"sentry": {
|
||||
"dsn": "https://9ae7cbe5e29f4a85b2a748a78e55a868@glitchtip.glebocka.synology.me/10"
|
||||
},
|
||||
"diagnostics": {
|
||||
"logDirectory": "daemon",
|
||||
"logPrefix": "smartb2bsync-enova"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user