prod.env.js 174 B

1234567
  1. module.exports = {
  2. NODE_ENV: '"production"',
  3. ENV_CONFIG: '"prod"',
  4. // BASE_API: '"http://stores.test.toktok.beer/tsa"'
  5. BASE_API: '"https://stores.toktok.beer/tsa"'
  6. }