catherinessssss

Results 5 comments of catherinessssss

所以这里是有解决从config读https配置了吗?还是说还是只能 `egg-scripts start --daemon --https.key='path' --https.cert='path'?

> > 所以这里是有解决从config读https配置了吗? > > 这个问题应该没解决: > [#75 (comment)](https://github.com/eggjs/egg-cluster/pull/75#issuecomment-416937180) 那这里是解决了什么问题?

> > > > 所以这里是有解决从config读https配置了吗? > > > > > > > > > 这个问题应该没解决: > > > [#75 (comment)](https://github.com/eggjs/egg-cluster/pull/75#issuecomment-416937180) > > > > > > 那这里是解决了什么问题? > > 从...

> > > 从 package.json 读取证书配置没问题,就是日志显示 protocol 不正常 > > > > > > 谢谢!之后会支持通过配置去开启https吗?而不是通过package.json > > 按道理在命令行启动时额外传入证书参数也是可行的。这个我没测试。 可以支持类似配置吗? config.cluster = { listen: { port: process.env.PORT || 7001, hostname: '0.0.0.0',...

请问这个options什么时候可以更新?