We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 05c56d8 + 6a6574e commit 13eedacCopy full SHA for 13eedac
i18n/zh-CN/docusaurus-plugin-content-docs/current/user_docs/guides/configuration.md
@@ -88,7 +88,7 @@ nginx:
88
此外,我们可以通过 KCL 内置函数 `option` 动态接收外部参数。例如,对于下面的 KCL 文件(db.k),我们可以使用命令行 `-D` 标志来接收外部动态参数。
89
90
```python
91
-env: str = option("env") or "dev" # The attribute `env` has a default value "den"
+env: str = option("env") or "dev" # The attribute `env` has a default value "dev"
92
database: str = option("database")
93
hosts = {
94
dev = "postgres.dev"
0 commit comments