Skip to content

Commit

Permalink
fix(docs): fix default values
Browse files Browse the repository at this point in the history
  • Loading branch information
bztes authored and jkuri committed Feb 21, 2021
1 parent dfef906 commit 086c8d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/QUICKSTART.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Both `abstruse-server` and `abstruse-worker` on initial run generates a config f
Available flags for `abstruse-server`:

```
--auth-jwtsecret string JWT authentication secret key (default "cd9a260c")
--auth-jwtsecret string JWT authentication secret key (default is a random string)
--config string config file (default is $HOME/abstruse/abstruse.json)
--db-charset string database charset (default "utf8")
--db-driver string database client (available options: mysql, postgres, mssql) (default "mysql")
Expand All @@ -61,7 +61,7 @@ Available flags for `abstruse-server`:
```
Available flags for `abstruse-worker`:
```
--auth-jwtsecret string JWT authentication secret key (default "fe95736a")
--auth-jwtsecret string JWT authentication secret key (default is a random string)
--config string config file (default is $HOME/abstruse/abstruse-worker.json)
--grpc-addr string gRPC server listen address (default "0.0.0.0:3330")
--help help for abstruse-worker
Expand All @@ -76,7 +76,7 @@ Available flags for `abstruse-worker`:
--registry-password string docker image registry password
--registry-username string docker image registry username
--scheduler-maxparallel int scheduler max parallel option defines how many jobs can run in parallel (default 5)
--server-addr string abstruse server remote address (default "0.0.0.0:6500")
--server-addr string abstruse server remote address (default "http://localhost")
--tls-cert string path to SSL certificate file (default "cert-worker.pem")
--tls-key string path to SSL private key file (default "key-worker.pem")
```
Expand Down

0 comments on commit 086c8d2

Please sign in to comment.