🌐 Add Chinese translations for docs/zh/docs/advanced/settings.md#9652
Merged
Conversation
Member
|
📝 Docs preview for commit 59a5836 at: https://6484fb4918fa942d154ad80f--fastapi.netlify.app |
Contributor
Author
Chushine
approved these changes
Jun 15, 2023
Chushine
approved these changes
Jun 15, 2023
lordqyxz
reviewed
Jun 16, 2023
| ``` | ||
|
|
||
| !!! tip | ||
| `os.getenv()` 的第二个参数是要返回的默认值。 |
Contributor
There was a problem hiding this comment.
`os.getenv()` ->
<a href="https://docs.python.org/3.8/library/os.html#os.getenv" class="external-link" target="_blank">`os.getenv()`</a>
Contributor
Author
There was a problem hiding this comment.
Thanks,The modification has been completed.
Member
|
📝 Docs preview for commit 323f328 at: https://648c4a21fca9190ceb2e84db--fastapi.netlify.app |
lordqyxz
approved these changes
Jun 16, 2023
lordqyxz
reviewed
Jun 19, 2023
|
|
||
| ### 运行服务器 | ||
|
|
||
| 接下来,您将运行服务器,并将配置作为环境变 |
| ## 从 `.env` 文件中读取设置 | ||
|
|
||
| 如果您有许多可能经常更改的设置,可能在不同的环境中,将它们放在一个文件中,然后从该文件中读取它 | ||
|
|
| === "Python 3.6+ 非注解版本" | ||
|
|
||
| !!! tip | ||
| 如果可能,请尽量使用 `Annotated |
Member
|
📝 Docs preview for commit 683845d at: https://648fc4e400fa3a10580d4e38--fastapi.netlify.app |
Member
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
For your approval