1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-18 01:50:54 +08:00
vue-element-admin/config/default.json
Yamel Senih 3959b51e10
Add default API for testing project (#669)
Just add default URL for API use this API for testing project without install backend
2021-03-15 05:15:36 -04:00

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"
}
}
}