Add shared ERP sync core and Optima adapter
This commit is contained in:
27
release-optima/config/optima.json.sample
Normal file
27
release-optima/config/optima.json.sample
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"portal": "demo",
|
||||
"wamp": {
|
||||
"serverUrl": "ws://wamp.smartb2b.eu:8080/",
|
||||
"reconnectDelaySeconds": 10
|
||||
},
|
||||
"optima": {
|
||||
"installationPath": "C:\\Program Files (x86)\\Comarch ERP Optima",
|
||||
"database": "<nazwa firmy widoczna przy logowaniu>",
|
||||
"operator": "<operator>",
|
||||
"password": "<hasło operatora>",
|
||||
"documentDefinition": "RO",
|
||||
"defaultWarehouseId": 1,
|
||||
"saveMode": "Buffer"
|
||||
},
|
||||
"sql": {
|
||||
"connectionString": "Server=.\\OPTIMA;Database=...;User ID=...;Password=...;TrustServerCertificate=True",
|
||||
"commandTimeoutSeconds": 30
|
||||
},
|
||||
"sentry": {
|
||||
"dsn": null
|
||||
},
|
||||
"diagnostics": {
|
||||
"logDirectory": "daemon",
|
||||
"logPrefix": "smartb2bsync-optima"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user