dev.env.js
700 Bytes
'use strict'
const merge = require('webpack-merge')
const prodEnv = require('./prod.env')
module.exports = merge(prodEnv, {
NODE_ENV: '"development"',
// APIurl: '"https://cors-anywhere.herokuapp.com/https://www.gigsfor.me/_functions"',
// APIurl: '"https://stg-api.gigsfor.me/api"',
APIurl: '"https://stg-api.gigsfor.me/api"',
siteUrl: '"http://134.209.156.59/:8081"',
imageUrl: '"https://stg-api.gigsfor.me/"',
fileUploadKey: '"AYqgvDoo4RyBC0STV6og2z"',
landbotUrl: '"https://landbot.io/u/H-347617-SIJESECF8DSSQ06L/index.html"',
courseId1: '"5e4b77e8f77376502a616cd2"',
courseId2: '"5e4b77f5f77376502a616cd9"',
courseId3: '"5e4b76155d6509dfec06e109"'
})