You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 23, 2025. It is now read-only.
在
GAE的配置文件app.yaml中无法通过env_variables设置PORT为非8080端口访问
GAE应用的日志:通过日志输出看到,尽管程序是运行起来了,但是在浏览器访问路由
/时,一直处于pending状态根据官方文档描述,不能修改
PORT端口为非8080端口,PORT环境变量不能被非8080的其他值重写。部署时正确配置应该如下,或者省略
PORT,PORT默认为8080参考: