# 10.其他配置

{% hint style="success" %}
对应的[官方页面地址](https://github.com/dani-garcia/vaultwarden/wiki/Other-configuration)
{% endhint %}

尽管在小规模部署中可能不需要，但您可以使用由 [Rocket](https://rocket.rs/) 处理的环境变量来微调一些其他设置，例如 worker 数量。请查阅[此文档](https://rocket.rs/guide/v0.5/configuration/#environment-variables)了解详细信息。

> \[**译者注**]：更多配置项的详细说明请参阅 [Vaultwarden 部署和使用 - 配置](https://host.ppgg.in/vaultwarden/configuration)。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://rs.ppgg.in/configuration/other-configuration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
