1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-09-07 02:19:49 +08:00
vue-element-admin/config/default.json
Elsio Sanchez 88acb270dc
Support for image loading at the point of sale (#868)
* Support for image loading at the point of sale

* minimal changes

* rename variables

* change defaul

* remove comment

Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-05-25 16:58:54 -04:00

25 lines
465 B
JSON

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