DWDeathermap/Flask-Webapp/SETTINGS.py

3 lines
66 B
Python

FLASK_NAME = "DWDeathermap"
HTTP_PORT = 8080
HTTP_HOST = "0.0.0.0"