onemanager-java/src/main/resources/webapp/config/prod.env.js

7 lines
153 B
JavaScript

'use strict'
module.exports = {
NODE_ENV: '"production"',
// BASE_URL:'"https://ggball.top/oneManagerjava/"'
BASE_URL:'"http://localhost:8081/"'
}