Skip to content

Commit

Permalink
Merge pull request #57 from mit-submit/main
Browse files Browse the repository at this point in the history
fix port for chat service
  • Loading branch information
mdr223 authored Sep 25, 2023
2 parents 4712de3 + 610684b commit a70fb65
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 a70fb65

Please sign in to comment.