Skip to content

Commit

Permalink
fix: doc (#772)
Browse files Browse the repository at this point in the history
  • Loading branch information
nic-chen authored Nov 10, 2020
1 parent 1782e2a commit 7e7094b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9 deletions.
3 changes: 1 addition & 2 deletions docs/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,12 @@ conf:
listen:
host: 127.0.0.1
port: 8080
dag_lib_path: ''
etcd:
endpoints:
- 127.0.0.1:2379
authentication:
secret: secret
expireTime: 3600
expire_time: 3600
users:
- username: admin
password: admin
Expand Down
3 changes: 1 addition & 2 deletions docs/deploy.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,12 @@ conf:
listen:
host: 127.0.0.1
port: 8080
dag_lib_path: ''
etcd:
endpoints:
- 127.0.0.1:2379
authentication:
secret: secret
expireTime: 3600
expire_time: 3600
users:
- username: admin
password: admin
Expand Down
3 changes: 1 addition & 2 deletions docs/develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,12 @@ conf:
listen:
host: 127.0.0.1
port: 8080
dag_lib_path: ''
etcd:
endpoints:
- 127.0.0.1:2379
authentication:
secret: secret
expireTime: 3600
expire_time: 3600
users:
- username: admin
password: admin
Expand Down
3 changes: 1 addition & 2 deletions docs/develop.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,12 @@ conf:
listen:
host: 127.0.0.1
port: 8080
dag_lib_path: ''
etcd:
endpoints:
- 127.0.0.1:2379
authentication:
secret: secret
expireTime: 3600
expire_time: 3600
users:
- username: admin
password: admin
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/docker-conf-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ conf:
- 127.0.0.1:2379
authentication:
secret: secret
expireTime: 3600
expire_time: 3600
users:
- username: admin
password: admin
Expand Down

0 comments on commit 7e7094b

Please sign in to comment.