project.config.js 274 B

1234567891011121314
  1. module.exports = {
  2. production: {
  3. xiaoben: 'http://xbas3.schcur.com'
  4. },
  5. dev: {
  6. xiaoben: 'http://xbas3.dev.xiaoben.com'
  7. },
  8. testing: {
  9. xiaoben: 'http://xbas3.testing.xiaoben.com'
  10. },
  11. development: {
  12. xiaoben: 'http://xbas3.testing.xiaoben.com'
  13. }
  14. };