Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Temple2001 committed Feb 12, 2024
1 parent 6fb10fa commit 2f266fb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/kr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -373,15 +373,15 @@ AUTO_REBOOT_CRON_EXPRESSION을 설정하여 기본 스케줄을 변경하세요.
서버 설정을 환경 변수로 바꾸는 과정은 다음과 같은 규칙을 따릅니다 (몇가지 예외 있음):

* 모두 대문자로 작성
* 밑줄을 삽입하여 단어를 분할
* 한 글자로 시작하는 설정(예: 'b')의 경우 그 한 글자를 제거
- 모두 대문자로 작성
- 밑줄을 삽입하여 단어를 분할
- 한 글자로 시작하는 설정(예: 'b')의 경우 그 한 글자를 제거

아래는 예시입니다:

* Difficulty -> DIFFICULTY
* PalSpawnNumRate -> PAL_SPAWN_NUM_RATE
* bIsPvP -> IS_PVP
- Difficulty -> DIFFICULTY
- PalSpawnNumRate -> PAL_SPAWN_NUM_RATE
- bIsPvP -> IS_PVP

| 변수 | 설명 | 기본값 | 허용값 |
|-------------------------------------------|----------------------------------------------------------------|----------------------------------------------------------------------------------------------|----------------------------------------|
Expand Down Expand Up @@ -463,7 +463,7 @@ AUTO_REBOOT_CRON_EXPRESSION을 설정하여 기본 스케줄을 변경하세요.

1. 디스코드의 서버 설정 창에서 웹훅 url을 생성하세요.
2. 끝 부분에 고유 토큰이 있는 디스코드 웹훅 url을 환경 변수로 설정하세요.
(예시: https://discord.com/api/webhooks/1234567890/abcde)
(예시: <https://discord.com/api/webhooks/1234567890/abcde>)

docker run으로 디스코드 메시지 보내기:

Expand Down

0 comments on commit 2f266fb

Please sign in to comment.