docs: JWT_PRIVATE_KEY 예시의 뒤따르는 주석 제거 - #79
Open
imeasy99 wants to merge 2 commits into
Open
Conversation
imeasy99
force-pushed
the
docs/jwt-key-readme-example
branch
from
September 10, 2026 08:44
e48f5d2 to
32596d5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
README 의
JWT_PRIVATE_KEY예시에 붙어 있던# 한 줄주석이 env 파일에 그대로 복사되면 값의 일부로 읽혀 기동이 실패한다(incorrect ending byte at 1624). 예시에서 주석을 떼고, 값 뒤에 아무것도 붙이지 말라는 안내를 추가한다.Changes
==종료) 안내 추가Testing Notes