prod.env.js 173 B

1234567
  1. 'use strict'
  2. module.exports = {
  3. NODE_ENV: '"production"',
  4. API_AUTH: '"http://tingbang-auth.codedreamit.com"',
  5. API_DOMAIN: '"http://tingbang-admin.codedreamit.com"'
  6. }