Skip to content

Commit

Permalink
docs: move config section to last in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
siyul-park committed Nov 22, 2023
1 parent aafcbab commit 451fa0b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,6 @@ Uniflow is a low-code engine that enables fast and efficient construction and ex
make test
```

### Configuration
You can set environment variables before executing any command.

Configuration can be done using `.uniflow.toml` or system environment variables.

| TOML Key | Env Key | Default |
|---|---|---|
| database.url | DATABASE.URL | memdb:// |
| database.name | DATABASE.NAME | |

### Start
Uniflow is now ready to be used. Let's start the [ping](/examples/ping.yaml) example.

Expand All @@ -66,6 +56,16 @@ For more information, run the following command:
./dist/uniflow start --help
```

### Configuration
You can set environment variables before executing any command.

Configuration can be done using `.uniflow.toml` or system environment variables.

| TOML Key | Env Key | Default |
|---|---|---|
| database.url | DATABASE.URL | memdb:// |
| database.name | DATABASE.NAME | |

<!-- Go -->

[go_download_url]: https://golang.org/dl/
Expand Down

0 comments on commit 451fa0b

Please sign in to comment.