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