diff --git a/constants.py b/constants.py index f2a6a599..f38b4ef0 100644 --- a/constants.py +++ b/constants.py @@ -1,6 +1,6 @@ from helpers import secrets, socket -APP_NAME = "OperCat" # NAME OF THE FLASK APP. +APP_NAME = "flaskblog" # NAME OF THE FLASK APP. APP_ROOT_PATH = "." # THE PATH TO THE ROOT OF THE APP FILES. APP_HOST = "localhost" APP_PORT = 8080 # FLASK APP'S HOST/PORT.