1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-29 05:16:44 +08:00
vue-element-admin/config/default.json
2020-11-05 00:07:32 -04:00

17 lines
272 B
JSON

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