mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-23 05:10:23 +08:00
* Document Support * add document service * minimal changes * add cursor pointer to table * Revert "add cursor pointer to table" This reverts commit 9714c0b55818de30371c5f88098eac64eedf0e4b. * minimal changes Co-authored-by: Elsio Sanchez <elsiosanche@gmail.com>
27 lines
517 B
JSON
27 lines
517 B
JSON
{
|
|
"server": {
|
|
"host": "localhost",
|
|
"port": 9527
|
|
},
|
|
"adempiere": {
|
|
"api": {
|
|
"url": "https://api.erpya.com/adempiere-api"
|
|
},
|
|
"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/"
|
|
},
|
|
"images": {
|
|
"url": "https://api.erpya.com/adempiere-api/img"
|
|
}
|
|
}
|
|
}
|