prod.env.js
482 Bytes
'use strict'
module.exports = {
NODE_ENV: '"production"',
// APIurl: '"https://stg-api.gigsfor.me/api"',
APIurl: '"https://stg-api.gigsfor.me/api"',
siteUrl: '"https://stg.gigsfor.me"',
imageUrl: '"https://stg-api.gigsfor.me/"',
fileUploadKey: '"AYqgvDoo4RyBC0STV6og2z"',
//landbotUrl: '"https://landbot.io/u/H-335473-46LNKEFWFD1Q1X75/index.html"', // this is production url
landbotUrl: '"https://landbot.io/u/H-347617-SIJESECF8DSSQ06L/index.html"'
}