feat: update dashboard port from 8080 to 8420 in configuration and documentation
This commit is contained in:
@@ -217,7 +217,7 @@ def schedule_notification(interval: str, at: str, type: str) -> None:
|
||||
def start_dashboard() -> None:
|
||||
"""Compatibility hook for tests and optional dashboard startup."""
|
||||
app = create_app(get_state=get_state, get_next_event=get_next_event)
|
||||
app.run(host="0.0.0.0", port=8080, debug=False, use_reloader=False)
|
||||
app.run(host="0.0.0.0", port=8420, debug=False, use_reloader=False)
|
||||
|
||||
|
||||
def main() -> None:
|
||||
|
||||
Reference in New Issue
Block a user