서버의 cert domain과 client의 접속 도메인이 일치하도록 수정.#56
Conversation
Summary of ChangesHello @gangjung, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! 이 PR은 클라이언트가 로비 서버에 접속하는 데 사용하는 URL을 IP 주소에서 도메인 이름으로 변경하여, 서버의 인증서 도메인과 클라이언트의 접속 도메인을 일치시키는 것을 목표로 합니다. 이는 특히 GitHub Pages와 같은 환경에서 배포 및 테스트 시 발생할 수 있는 도메인 불일치 문제를 해결하여 원활한 통신을 보장합니다. Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
서버의 certificate domain으로 client의 도메인을 수정했습니다.
github pages라서 main에 올려 테스트하기위해 PR 요청드렸습니다.
로컬에서 설정을 통해 할 수도 있겠지만.. 조금 시간이 걸릴 것 같아서 일단 이렇게 진행했습니다.