mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-21 20:31:15 +08:00
* Allows timeout for backed request Just a little change for allows define timeout on default.json based on ADempiere request * Validate 0
25 lines
464 B
JSON
25 lines
464 B
JSON
{
|
|
"server": {
|
|
"host": "localhost",
|
|
"port": 9527
|
|
},
|
|
"adempiere": {
|
|
"api": {
|
|
"url": "https://api.erpya.com/adempiere-api",
|
|
"timeout": 100000
|
|
},
|
|
"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/"
|
|
}
|
|
}
|
|
}
|