Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: use start --config parameters in some demos #698

Merged
merged 2 commits into from
Jul 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/zh/start/file/minio.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ go build -o layotto
启动 Layotto:

```shell @background
./layotto start -c ../../configs/config_file.json
./layotto start --config ../../configs/config_file.json
```
<!-- tabs:end -->

Expand Down
2 changes: 1 addition & 1 deletion docs/zh/start/secret/start.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ go build -o layotto
完成后目录下会生成layotto文件,运行它:

```shell @background
./layotto start -c ../../configs/config_standalone.json
./layotto start --config ../../configs/config_standalone.json
```

### 第二步:运行客户端程序,调用 Layotto 获取 secret
Expand Down