From e3fc5bebe07355ab05852fbde99a275908d223ac Mon Sep 17 00:00:00 2001 From: cynic Date: Thu, 10 Nov 2022 08:55:58 -0500 Subject: [PATCH] `cathedral` can't serve on p80! switch to 1337 and add test e-mails --- config.json | 2 +- tools/test_mail_list.json | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 29e316c..87ff5af 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,5 @@ { "host": "localhost", - "port": 80, + "port": 1337, "PLUGIN_PATH": "./towers" } \ No newline at end of file diff --git a/tools/test_mail_list.json b/tools/test_mail_list.json index 4d35b36..a27ed6e 100644 --- a/tools/test_mail_list.json +++ b/tools/test_mail_list.json @@ -1,5 +1,11 @@ [ "kmakise@lab.org", + "aphacker@knights.of.the.lambda.calculus.org", "aymous@national.shitposters.club", - "tsparkle@canterlot.edu" + "tsparkle@canterlot.edu", + "mdancer@canterlot.edu", + "fanon@got.is", + "asoliloquy@berkeley.edu", + "vdarkbloom@darkbloom.org", + "rcarte@darkbloom.org" ] \ No newline at end of file