Blame view
config/dev.env.js
699 Bytes
8a0dd59d9
|
1 2 3 4 5 6 7 8 9 |
'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"', |
b04daad6c
|
10 |
siteUrl: '"http://134.209.156.59:8080"', |
8a0dd59d9
|
11 12 13 14 15 16 17 |
imageUrl: '"https://stg-api.gigsfor.me/"', fileUploadKey: '"AYqgvDoo4RyBC0STV6og2z"', landbotUrl: '"https://landbot.io/u/H-347617-SIJESECF8DSSQ06L/index.html"', courseId1: '"5e4b77e8f77376502a616cd2"', courseId2: '"5e4b77f5f77376502a616cd9"', courseId3: '"5e4b76155d6509dfec06e109"' }) |