From c11fbdf6fe993349b97756ebaa29523b626e6961 Mon Sep 17 00:00:00 2001 From: xvlet Date: Mon, 3 Aug 2026 10:02:23 +0900 Subject: [PATCH] chore: Update README --- README.ko-KR.md | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.ko-KR.md b/README.ko-KR.md index feb7161..06d382f 100644 --- a/README.ko-KR.md +++ b/README.ko-KR.md @@ -44,7 +44,7 @@ flowchart LR ## μ‹€ν–‰ ν™”λ©΄ - + --- @@ -150,7 +150,7 @@ environments: ``` > πŸ’‘ **ν™˜κ²½ λ³€μˆ˜ μΉ˜ν™˜ 지원 (Environment Variable Substitution)** -> `config.yml` 파일 λ‚΄μ—μ„œ `${ENV_VAR:-default_value}` 문법을 μ‚¬μš©ν•  수 μžˆμŠ΅λ‹ˆλ‹€. +> `config.yml` 파일 λ‚΄μ—μ„œ `${ENV_VAR:-default_value}` 문법을 μ‚¬μš©ν•  수 μžˆμŠ΅λ‹ˆλ‹€. > 예λ₯Ό λ“€μ–΄ `${MQ_HOST:-127.0.0.1}`은 μ‹œμŠ€ν…œμ— `MQ_HOST` ν™˜κ²½ λ³€μˆ˜κ°€ μ„€μ •λ˜μ–΄ 있으면 κ·Έ 값을 μ‚¬μš©ν•˜κ³ , μ—†λ‹€λ©΄ 기본값인 `127.0.0.1`을 μ‚¬μš©ν•œλ‹€λŠ” μ˜λ―Έμž…λ‹ˆλ‹€. λΉ„λ°€λ²ˆν˜Έλ‚˜ μ£Όμš” 섀정값을 ν•˜λ“œμ½”λ”©ν•˜μ§€ μ•Šκ³  μ‹œμŠ€ν…œ ν™˜κ²½ λ³€μˆ˜λ‘œ μ•ˆμ „ν•˜κ²Œ μ£Όμž…ν•  λ•Œ μœ μš©ν•©λ‹ˆλ‹€. ### 2. amqcli μ‹€ν–‰ diff --git a/README.md b/README.md index 1466c25..0c1d7a4 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ flowchart LR ## Demo - + --- @@ -150,7 +150,7 @@ environments: ``` > πŸ’‘ **Environment Variable Substitution** -> You can use the `${ENV_VAR:-default_value}` syntax within `config.yml`. +> You can use the `${ENV_VAR:-default_value}` syntax within `config.yml`. > For example, `${MQ_HOST:-127.0.0.1}` tells the application to use the `MQ_HOST` environment variable if it's set in your system. If it is not set, it will fall back to the default value `127.0.0.1`. This is highly useful for securely injecting credentials or host names without hardcoding them in the file. ### 2. Run amqcli