This commit is contained in:
Pari Malam
2025-02-19 17:23:48 +08:00
parent c057abec2a
commit 8997df208b
18 changed files with 237 additions and 2049 deletions

View File

@@ -1,6 +1,6 @@
[DEFAULT]
FLASK_DEBUG = # True or False
FLASK_ENV = # Development or Production
FLASK_APP = # app.py
FLASK_RUN_HOST = # LOCAL IP
FLASK_RUN_PORT = # LOCAL PORT
FLASK_DEBUG = True
FLASK_ENV = Development
FLASK_APP = app.py
FLASK_RUN_HOST = 0.0.0.0
FLASK_RUN_PORT = 1337