git: init+修改node版本
This commit is contained in:
7
config/dev.env.js
Normal file
7
config/dev.env.js
Normal file
@@ -0,0 +1,7 @@
|
||||
//开发环境
|
||||
module.exports = {
|
||||
NODE_ENV: '"development"',
|
||||
BASE_API: '"http://127.0.0.1"',
|
||||
DOMAIN: '"http://localhost:8081"',
|
||||
SOCKET_URL:'"ws://127.0.0.1:8326/"'
|
||||
}
|
||||
Reference in New Issue
Block a user