19 lines
393 B
JSON
19 lines
393 B
JSON
|
|
{
|
||
|
|
"defaultConnection": "production",
|
||
|
|
"connections": {
|
||
|
|
"local-dev": {
|
||
|
|
"baseUrl": "https://localhost:8080",
|
||
|
|
"apiKey": "your-dolibarr-api-key-here",
|
||
|
|
"insecure": true
|
||
|
|
},
|
||
|
|
"production": {
|
||
|
|
"baseUrl": "https://erp.example.com",
|
||
|
|
"apiKey": "your-production-api-key"
|
||
|
|
},
|
||
|
|
"staging": {
|
||
|
|
"baseUrl": "https://erp-staging.example.com",
|
||
|
|
"apiKey": "your-staging-api-key"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|