Flask-cookiecutter如何更改dev中的默认ip和端口

时间:2017-07-14 04:12:36

标签: python flask web-development-server cookiecutter

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

1 个答案:

答案 0 :(得分:0)

要更改烧瓶运行默认值,请编辑package.json节点文件

- -h 192.168.33.15 添加到&nbsp运行flask-server'字符串

文档:https://docs.npmjs.com/cli/run-script