mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-18 01:50:54 +08:00
19 lines
394 B
JSON
19 lines
394 B
JSON
{
|
|
"server": {
|
|
"host": "localhost",
|
|
"port": 9527
|
|
},
|
|
"adempiere": {
|
|
"api": {
|
|
"url": "https://api.erpya.com",
|
|
"service": "/adempiere-api",
|
|
"fullPath": "https://api.erpya.com/adempiere-api"
|
|
},
|
|
"images": {
|
|
"url": "https://api.erpya.com",
|
|
"service": "/adempiere-api/img",
|
|
"fullPath": "https://api.erpya.com/adempiere-api/img"
|
|
}
|
|
}
|
|
}
|