1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-15 00:15:57 +08:00
vue-element-admin/config/default.json
2021-04-20 10:50:05 -04:00

25 lines
463 B
JSON

{
"server": {
"host": "localhost",
"port": 9527
},
"adempiere": {
"api": {
"url": "https://api.erpya.com/adempiere-api",
"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/"
}
}
}