Files
tekela_acs/lms/nladmin-ui/public/config.js
2024-08-26 15:29:44 +08:00

10 lines
142 B
JavaScript

window.g = {
dev: {
VUE_APP_BASE_API: 'http://10.93.41.201:8010'
},
prod: {
VUE_APP_BASE_API: 'http://10.93.41.201:8010'
}
}