12345678910 |
- 'use strict'
- module.exports = {
- NODE_ENV: '"production"',
- // BASE_API: '"http://39.100.230.190/web/"',
- BASE_API: '""',
- // BASE_API: '"http://8.140.188.124/web/"',
- // BASE_API: '"http://172.18.0.24/web/"',
- // EMBED_API: '"http://39.100.230.190:8089"',
- TIME_OUT: '"20000"'
- }
|