Skip to content

Commit

Permalink
file formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
DogukanUrker committed Jan 16, 2024
1 parent 1fad31d commit c0c1052
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

APP_NAME = "flaskblog" # NAME OF THE FLASK APP.
APP_ROOT_PATH = "." # THE PATH TO THE ROOT OF THE APP FILES.
APP_HOST = socket.gethostbyname(socket.gethostname()) # FLASK APP'S HOST (OR USE "localhost")
APP_HOST = socket.gethostbyname(
socket.gethostname()
) # FLASK APP'S HOST (OR USE "localhost")
APP_PORT = 5000 # FLASK APP'S PORT.
DEBUG_MODE = True # TURN ON/OFF FLASK DEBUG MODE.
TAILWIND_UI = False # SELECT TAILWIND-UI/STANDARD-UI.
Expand Down

0 comments on commit c0c1052

Please sign in to comment.