Skip to content

Commit

Permalink
Merge pull request #345 from btbf:8.1.2-configFix
Browse files Browse the repository at this point in the history
8.1.2-configFix
  • Loading branch information
btbf committed Jan 6, 2024
2 parents 81ced0a + 3fc7a89 commit 1a2d2b8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/operation/cert-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
=== "メタデータ更新を含む場合"
=== "ブロックプロデューサーノード"
変数にプールメタデータ値を設定し実行してください
> 文字列は`""`で囲ってください
> extended_urlを設定していない場合は `""`のままで大丈夫です
> 文字列は`''`で囲ってください
> extended_urlを設定していない場合は `''`のままで大丈夫です
```
pool_name=""
description=""
ticker=""
homepage_url=""
extended_url=""
name=''
description=''
ticker=''
homepage=''
extended=''
```

メタデータファイルを作成する
Expand Down

0 comments on commit 1a2d2b8

Please sign in to comment.