From 9f52e5a7607d3109316b101ecaf2c2b2a07e4fdc Mon Sep 17 00:00:00 2001 From: xemeds Date: Mon, 17 Aug 2020 10:55:08 +0300 Subject: [PATCH] Updated README.md --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 36747ce..86e70b8 100644 --- a/README.md +++ b/README.md @@ -34,13 +34,17 @@ Visit the below URL to view the flask app: If you do not have a dedicated server, I highly recommend using [Heroku](https://devcenter.heroku.com/articles/getting-started-with-python), [PythonAnywhere](https://www.pythonanywhere.com/) or [AWS](https://aws.amazon.com/getting-started/projects/deploy-python-application/) to host your application. -Before deploying set debug to False: +Before deploying, in the file: - run.py -->> app.run(debug=True) + tiny0/run.py -And change the configurations: +set running in debug mode to False: - tiny0 -->> config.json + app.run(debug=False) + +and change the config file located in the directory below: + + tiny0/tiny0/config.json # License @@ -49,4 +53,3 @@ This project is under the [MIT](https://github.com/xemeds/tiny0/blob/master/LICE # Donate **Bitcoin Address:** 1Mg55rPVuQ2P8zKsCcLdsmgqH24uLXfLbR -