1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-09-19 14:50:06 +08:00
Elsio Sanchez 9c90f63b3e
moving config.json to config folder (#536)
* moving config.json to config folder

* delete config

Co-authored-by: elsiosanchez <elsiosanches@gmial.com>
2020-11-04 17:42:23 -04:00

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