1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-09-01 05:19:48 +08:00
vue-element-admin/config/default.json
2021-04-09 17:05:50 -04:00

24 lines
439 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/"
}
}
}