我正在尝试使用flask-cookiecutter https://github.com/konstantint/cookiecutter-flask来构建网站/学习flask 和webdev。我在 mac 上设置了 dev env,我想从我的 mac 上的 Centos VM 运行它。我的问题是如何以不可怕的方式(修补烧瓶源代码)将默认 ip 和端口设置为http://127.0.0.1:5000/以外的其他内容?
我正在尝试使用flask-cookiecutter https://github.com/konstantint/cookiecutter-flask来构建网站/学习flask 和webdev。我在 mac 上设置了 dev env,我想从我的 mac 上的 Centos VM 运行它。我的问题是如何以不可怕的方式(修补烧瓶源代码)将默认 ip 和端口设置为http://127.0.0.1:5000/以外的其他内容?