Skip to content

Commit

Permalink
fix port for chat service
Browse files Browse the repository at this point in the history
  • Loading branch information
mdr223 committed Sep 25, 2023
1 parent 71d034f commit 610684b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/prod-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 610684b

Please sign in to comment.