Commit 7a2e9aac authored by wty's avatar wty

上线6

parent af3a5293
......@@ -31,12 +31,12 @@ if (config === 'local'){
const dockerApp = new DockerApp({
app,
appType: 'express',
port:3000
port:80
})
// 注册Eureka
global.eureka = new Eureka({
port: 3000, // 应用端口号
port: 80, // 应用端口号
appName: 'dui123', // 应用名称
services: ['dui123'] // 依赖服务名
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment