git: init+修改node版本
This commit is contained in:
7
config/prod.env.js
Normal file
7
config/prod.env.js
Normal file
@@ -0,0 +1,7 @@
|
||||
//测试环境
|
||||
module.exports = {
|
||||
NODE_ENV: '"production"',
|
||||
BASE_API:'"http://47.75.125.96"',
|
||||
DOMAIN: '"http://47.75.125.96"',
|
||||
SOCKET_URL:'"ws://47.75.47.120:8326"'
|
||||
}
|
||||
Reference in New Issue
Block a user