ajout du port dans le .env
This commit is contained in:
parent
f73c77f548
commit
c851865728
1 changed files with 1 additions and 1 deletions
|
|
@ -29,4 +29,4 @@ app.register_blueprint(cv_bp)
|
||||||
app.register_blueprint(services_bp)
|
app.register_blueprint(services_bp)
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
app.run(debug=True, port=5000)
|
app.run(debug=os.getenv("APP"), port=os.getenv("PORT"))
|
||||||
Loading…
Add table
Add a link
Reference in a new issue