Skip to content

Commit

Permalink
chore: 해달라는거 다해줬잖아 뭐가 문제야
Browse files Browse the repository at this point in the history
  • Loading branch information
H-Yeji committed Nov 1, 2024
1 parent d81156e commit 743bcd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,13 @@
import io.openvidu.java.client.Session;

@RestController
//@RequiredArgsConstructor
@RequiredArgsConstructor
@Slf4j
public class OpenViduController {

private final OpenVidu openvidu;
private final LiveService liveService;

public OpenViduController(@Value("${openvidu.secret}") String openviduSecret, LiveService liveService) {
this.openvidu = new OpenVidu("https://api.inong.shop:4443/", openviduSecret);
this.liveService = liveService;
}

/**
* (1) create session : session id랑 live id랑 다름
*/
Expand Down
4 changes: 2 additions & 2 deletions k8s/openvidu-depl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ spec:
- name: DOMAIN_OR_PUBLIC_IP
value: "api.inong.shop"
- name: OPENVIDU_PUBLICURL
# value: "https://api.inong.shop/openvidu"
value: https://api.inong.shop:4443/
value: "https://api.inong.shop/openvidu"
# value: https://api.inong.shop:4443/
- name: OPENVIDU_SERVER_CONTEXT_PATH
value: "/openvidu"
- name: CERTIFICATE_TYPE
Expand Down

0 comments on commit 743bcd4

Please sign in to comment.