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