1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-15 08:19:59 +08:00
vue-element-admin/config/default.json
Yamel Senih 71a61f1cb1
Feature/add endpoint setup (#907)
* Minor change
- Rename API Services
- Add endpoint

* set method name
2021-06-04 17:07:39 -04:00

38 lines
747 B
JSON

{
"server": {
"host": "localhost",
"port": 9527
},
"adempiere": {
"api": {
"url": "https://api.erpya.com/api/adempiere/",
"timeout": 10000
},
"images": {
"url": "https://api.erpya.com/adempiere-api/img/"
}
},
"repository": {
"url": "https://api.github.com",
"releaseNo": "releaseNoForDocumentation"
},
"documentation": {
"api": {
"url": "https://api.github.com/repos/adempiere/"
}
},
"betaFunctionality": {
"window": false,
"process": false,
"report": false,
"smartBrowser": false,
"form": false
},
"pointOfSales": {
"endpoint": "/form/addons/point-of-sales"
},
"priceChecking": {
"endpoint": "/form/addons/point-of-sales"
}
}