1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-23 05:10:23 +08:00
vue-element-admin/config/default.json
Elsio Sanchez fea8281a65
Document Support (#716)
* 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>
2021-04-07 11:14:24 -04:00

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"
}
}
}