config.prod.js 94 B

12345678
  1. 'use strict';
  2. /*
  3. * test
  4. */
  5. exports.testConfig = {
  6. login: 'http://prod.com/api/login',
  7. };