python EVE external network access settings

1. Background open mongodb Service

sudo service mongod start

2. Set in the setting.py

SERVER_NAME = None

2. Start local settings

app.run(host='0.0.0.0', port=5000)

 

Published 55 original articles · won praise 40 · views 210 000 +

Guess you like

Origin blog.csdn.net/hrainning/article/details/102150961
Recommended