Blame view
config/prod.env.js
482 Bytes
8a0dd59d9
|
1 2 3 4 5 6 7 8 9 10 11 |
'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"' } |