prod.env.js 151 Bytes Raw Blame History Permalink 1 2 3 4 5 6 'use strict' module.exports = { NODE_ENV: '"production"', BASE_API: '"http://192.168.0.69:9095"', BASE_API_other: '"http://192.168.0.41:9200"' }