diff --git a/config/prod.env.js b/config/prod.env.js index 792611b53646c97aa34fe3cbe3ac2f9c5f92c454..53cc17dce9906474305f0e359e9e63afd90b0a10 100644 --- a/config/prod.env.js +++ b/config/prod.env.js @@ -1,5 +1,5 @@ 'use strict' module.exports = { NODE_ENV: '"production"', - BASE_API: '"http://139.198.165.238:32607"', + BASE_API: '"http://172.16.2.100:32607"', }