mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-09-19 14:50:06 +08:00
* moving config.json to config folder * delete config Co-authored-by: elsiosanchez <elsiosanches@gmial.com>
18 lines
285 B
JSON
18 lines
285 B
JSON
{
|
|
"adempiereApi": {
|
|
"images": {
|
|
"protocol": "http:",
|
|
"baseUrl": "//localhost",
|
|
"port": 9527
|
|
}
|
|
},
|
|
"adempiereStore": {
|
|
"images": {
|
|
"protocol": "http:",
|
|
"baseUrl": "//0.0.0.0:",
|
|
"port": 8085
|
|
}
|
|
},
|
|
"service": "/adempiere-api"
|
|
}
|