1234567891011121314 |
- module.exports = {
- production: {
- xiaoben: 'http://xbas3.schcur.com'
- },
- dev: {
- xiaoben: 'http://xbas3.dev.xiaoben.com'
- },
- testing: {
- xiaoben: 'http://xbas3.testing.xiaoben.com'
- },
- development: {
- xiaoben: 'http://xbas3.testing.xiaoben.com'
- }
- };
|