mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-15 08:19:59 +08:00
38 lines
747 B
JSON
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"
|
|
}
|
|
}
|