5 lines
67 B
JavaScript
5 lines
67 B
JavaScript
window.global_config = {
|
|
BASE_URL: '/api/',
|
|
NODE_ENV: 'prd',
|
|
}
|