From 610684b8dfe9fb782762c2ce1c8305f25ded1b96 Mon Sep 17 00:00:00 2001 From: mdr223 Date: Mon, 25 Sep 2023 09:54:34 -0400 Subject: [PATCH] fix port for chat service --- config/prod-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/prod-config.yaml b/config/prod-config.yaml index 7a0b62ce..c46e6e86 100644 --- a/config/prod-config.yaml +++ b/config/prod-config.yaml @@ -9,7 +9,7 @@ global: interfaces: chat_app: - PORT: 7861 + PORT: 7681 HOST: "0.0.0.0" # either "0.0.0.0" (for public) or "127.0.0.1" (for internal) HOSTNAME: "ppc.mit.edu" # careful, this is used for the chat service template_folder: "/root/A2rchi/A2rchi/interfaces/chat_app/templates"