Newer
Older
smartwell_front / config / dev.env.js
StephanieGitHub on 4 Jul 2019 462 bytes first commit
'use strict'
const merge = require('webpack-merge')
const prodEnv = require('./prod.env')

module.exports = merge(prodEnv, {
  NODE_ENV: '"development"',
  // BASE_API: '"http://rest.apizza.net/mock/cfbb939c147bb6d68372de83af189fee/"',
  BASE_API: '"http://119.254.103.80:14536"'
  // BASE_API: '"http://192.168.0.225:14536"'
  // BASE_API: '"http://119.254.103.80:14536"'
  // BASE_API: '"http://192.168.0.225:8083"'
  // BASE_API: '"http://127.0.0.1:8083"'
})