diff --git a/virtual-patient-web/src/main/resources/application-dev.yml b/virtual-patient-web/src/main/resources/application-dev.yml index 665bfbae..1e13247e 100644 --- a/virtual-patient-web/src/main/resources/application-dev.yml +++ b/virtual-patient-web/src/main/resources/application-dev.yml @@ -72,4 +72,8 @@ human: room-id: /getRoomId text-driven: /text_driven talk-status: /talkStatus - resourceMaxNumber: 5 \ No newline at end of file + resourceMaxNumber: 5 +ws: + # nginx的wss地址(如果是wss的,那么带不带s都可以访问) + nginx-ip: 192.168.10.138 + nginx-port: 443 \ No newline at end of file