1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-09-18 22:12:14 +08:00
vue-element-admin/config/default.json
Elsio Sanchez 158e651aa4
support service image (#857)
Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-05-18 17:22:39 -04:00

25 lines
439 B
JSON

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