1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-19 19:00:19 +08:00
vue-element-admin/config/default.json
Edwin Betancourt 273b10141f
feat: Change api config from function to constant. (#544)
Co-authored-by: EdwinBetanc0urt <EdwinBetanco0urt@outlook.com>
2020-11-23 22:14:40 -04:00

19 lines
394 B
JSON

{
"server": {
"host": "localhost",
"port": 9527
},
"adempiere": {
"api": {
"url": "http://localhost:8085",
"service": "/adempiere-api",
"fullPath": "http://localhost:8085/adempiere-api"
},
"images": {
"url": "http://localhost:8085",
"service": "/adempiere-api/img",
"fullPath": "http://localhost:8085/adempiere-api/img"
}
}
}