1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-21 20:31:15 +08:00
vue-element-admin/config/default.json
Yamel Senih e9596d0744
Allows timeout for backed request (#759)
* Allows timeout for backed request
Just a little change for allows define timeout on default.json based on ADempiere request

* Validate 0
2021-04-19 10:49:22 -04:00

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