28 lines
707 B
Plaintext
28 lines
707 B
Plaintext
{
|
|
"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"
|
|
}
|
|
}
|