From c05f66c96ec52f70ac05ee9a6ae7742bf39b9bda Mon Sep 17 00:00:00 2001 From: Aubrey Taylor Date: Mon, 23 Dec 2024 01:14:33 -0600 Subject: [PATCH] fix settings file --- static/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/settings.json b/static/settings.json index f0502a5..9585cdd 100644 --- a/static/settings.json +++ b/static/settings.json @@ -1,4 +1,4 @@ { - "server": "example.com", + "host": "example.com", "port": 4433 }