1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-09-20 16:39:59 +08:00
vue-element-admin/config/default.json
Elsio Sanchez 5a5f32d934
Support Assign PO-Invoice-Receipt-Invoice (#960)
* setting up initial structure

* add service

Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-08-06 21:23:47 -04:00

41 lines
802 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"
},
"match": {
"endpoint": "/form/addons/match"
}
}