1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-21 12:22:34 +08:00
vue-element-admin/config/default.json
Elsio Sanchez 97287f160c
change end point (#858)
Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-05-19 12:01:36 -04:00

25 lines
461 B
JSON

{
"server": {
"host": "localhost",
"port": 9527
},
"adempiere": {
"api": {
"url": "https://api.erpya.com/api/adempiere/",
"timeout": 10000
},
"images": {
"url": "https://api.erpya.com/api/adempiere/"
}
},
"repository": {
"url": "https://api.github.com",
"releaseNo": "releaseNoForDocumentation"
},
"documentation": {
"api": {
"url": "https://api.github.com/repos/adempiere/"
}
}
}