Skip to content

Commit

Permalink
docs:
Browse files Browse the repository at this point in the history
  • Loading branch information
zaigie committed Apr 17, 2024
1 parent cd1f600 commit 7fa34c7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
2 changes: 0 additions & 2 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,6 @@ Set various environment variables, similar to those in [`config.yaml`](#configur
| TASK\_\_PLAYER_LOGOUT_MESSAGE | "" | Text | The player logs out the broadcast message content |
| | | | |
| REST\_\_ADDRESS | "http://127.0.0.1:8212" | Text | The address corresponding to the service REST API can be used in a container network |
| REST\_\_USERNAME | "admin" | Text | The default user name of the REST API is admin |
| REST\_\_PASSWORD | "" | Text | AdminPassword in the server configuration |
| REST\_\_TIMEOUT | 5 | Number | Request Timeout |
| | | | |
Expand Down Expand Up @@ -494,7 +493,6 @@ Then add `-v ./pst.db:/app/pst.db` in `docker run -v`.
| TASK\_\_PLAYER_LOGOUT_MESSAGE | "" | Text | The player logs out the broadcast message content |
| | | | |
| REST\_\_ADDRESS | "http://127.0.0.1:8212" | Text | The address corresponding to the service REST API can be used in a container network |
| REST\_\_USERNAME | "admin" | Text | The default user name of the REST API is admin |
| REST\_\_PASSWORD | "" | Text | AdminPassword in the server configuration |
| REST\_\_TIMEOUT | 5 | Number | Request Timeout |
| | | | |
Expand Down
2 changes: 0 additions & 2 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,6 @@ touch pst.db
| TASK\_\_PLAYER_LOGOUT_MESSAGE | "" | 文字列 | プレイヤーが放送メッセージを掲載します |
| | | | |
| REST\_\_ADDRESS | "http://127.0.0.1:8212" | 文字列 | API に対応したアドレスを提供しています |
| REST\_\_USERNAME | "admin" | 文字列 | REST API のユーザー名は、デフォルトで admin になっています。 |
| REST\_\_PASSWORD | "" | 文字列 | サーバー設定ファイルの AdminPassword |
| REST\_\_TIMEOUT | 5 | 数値 | タイムアウトをお願いします |
| | | | |
Expand Down Expand Up @@ -502,7 +501,6 @@ touch pst.db
| TASK\_\_PLAYER_LOGOUT_MESSAGE | "" | 文字列 | プレイヤーが放送メッセージを掲載します |
| | | | |
| REST\_\_ADDRESS | "http://127.0.0.1:8212" | 文字列 | API に対応したアドレスを提供しています |
| REST\_\_USERNAME | "admin" | 文字列 | REST API のユーザー名は、デフォルトで admin になっています。 |
| REST\_\_PASSWORD | "" | 文字列 | サーバー設定ファイルの AdminPassword |
| REST\_\_TIMEOUT | 5 | 数値 | タイムアウトをお願いします |
| | | | |
Expand Down
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,11 +202,11 @@ mkdir -p pst && tar -xzf pst_v0.7.0_linux_x86_64.tar.gz -C pst
save:
# 存档文件路径
path: "/path/to/your/Pal/Saved"
# Sav_cli Path 存档解析工具路径,一般和 pst 在同一目录,可以为空
# 存档解析工具路径,一般和 pst 在同一目录,可以为空
decode_path: ""
# Sav Decode Interval Sec 定时从存档获取数据的间隔,单位秒,推荐 >= 120
# 定时从存档获取数据的间隔,单位秒,推荐 >= 120
sync_interval: 120
# Save Backup Interval Sec 存档定时备份间隔,单位秒,设置为0时禁用
# 存档定时备份间隔,单位秒,设置为0时禁用
backup_interval: 14400

# Automation Config 自动化管理相关
Expand Down Expand Up @@ -326,11 +326,11 @@ rest:
save:
# 存档文件路径
path: "C:\\path\\to\\your\\Pal\\Saved"
# Sav_cli Path 存档解析工具路径,一般和 pst 在同一目录,可以为空
# 存档解析工具路径,一般和 pst 在同一目录,可以为空
decode_path: ""
# Sav Decode Interval Sec 定时从存档获取数据的间隔,单位秒,推荐 >= 120
# 定时从存档获取数据的间隔,单位秒,推荐 >= 120
sync_interval: 120
# Save Backup Interval Sec 存档定时备份间隔,单位秒,设置为0时禁用
# 存档定时备份间隔,单位秒,设置为0时禁用
backup_interval: 14400

# Automation Config 自动化管理相关
Expand Down Expand Up @@ -430,7 +430,6 @@ touch pst.db
| TASK\_\_PLAYER_LOGOUT_MESSAGE | "" | 文本 | 玩家登出广播消息内容 |
| | | | |
| REST\_\_ADDRESS | "http://127.0.0.1:8212" | 文本 | 服务 REST API 对应的地址,可以用容器网络 |
| REST\_\_USERNAME | "admin" | 文本 | REST API 的用户名,默认即为 admin,不用管 |
| REST\_\_PASSWORD | "" | 文本 | 服务器配置文件中的 AdminPassword |
| REST\_\_TIMEOUT | 5 | 数字 | 单个请求的超时时间 |
| | | | |
Expand Down Expand Up @@ -516,7 +515,6 @@ touch pst.db
| TASK\_\_PLAYER_LOGOUT_MESSAGE | "" | 文本 | 玩家登出广播消息内容 |
| | | | |
| REST\_\_ADDRESS | "http://127.0.0.1:8212" | 文本 | 服务 REST API 对应的地址,可以用容器网络 |
| REST\_\_USERNAME | "admin" | 文本 | REST API 的用户名,默认即为 admin,不用管 |
| REST\_\_PASSWORD | "" | 文本 | 服务器配置文件中的 AdminPassword |
| REST\_\_TIMEOUT | 5 | 数字 | 单个请求的超时时间 |
| | | | |
Expand Down

0 comments on commit 7fa34c7

Please sign in to comment.