Skip to content

Commit f151eec

Browse files
poozaclaude
andcommitted
docs: 設定はlocal.yamlで上書きする旨をREADMEに明記
application.yamlを直接編集するかのような記述を修正し、 config/local.yamlを作成して上書きする手順を案内。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 122103d commit f151eec

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ bin/wb help
2929

3030
### cronへのインストール・アンインストール
3131

32-
`config/application.yaml``hourly``daily``weekly``monthly`にツール名を設定し、
32+
`config/local.yaml``hourly``daily``weekly``monthly`にツール名を設定し、
3333
rakeタスクでcronスクリプトとしてインストールできます。
3434

3535
```sh
@@ -55,7 +55,9 @@ rake uninstall # cronスクリプトをアンインストール
5555

5656
## 設定
5757

58-
`config/application.yaml`で各ツールの動作を設定します。
58+
`config/application.yaml`にデフォルト値が定義されています。
59+
環境固有の設定は`config/local.yaml`を作成し、必要な項目のみ上書きしてください(`application.yaml`を直接編集する必要はありません)。
60+
`config/local.yaml`はGit管理対象外です。
5961

6062
### access_log_compress
6163

0 commit comments

Comments
 (0)