diff --git a/config/prod.env.js b/config/prod.env.js index 3c9d255..e801bd7 100644 --- a/config/prod.env.js +++ b/config/prod.env.js @@ -1,9 +1,6 @@ 'use strict' module.exports = { NODE_ENV: '"production"', - // BASE_API: '"http://119.254.103.80:14537"', - // BASE_API: '"http://192.168.8.201:8083"' - // BASE_API: '"http://111.198.10.15:20403/car"' - BASE_API: '"http://111.198.10.15:11409/car"' - // BASE_API: '"http://127.0.0.1:11307"' + + BASE_API: '"http://111.198.10.15:11409"' }