Skip to content

Commit

Permalink
docs: change section order in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
siyul-park committed Nov 22, 2023
1 parent d80c7b6 commit 7d48cfb
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 @@ -42,16 +42,6 @@ If you want to test the project. then run the following command:
make test
```

### Configuration
Before use any command. You can configure environment variables.

You can set environment variables to use `.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).
Expand All @@ -75,6 +65,16 @@ Run the following command for more information.
./dist/uniflow start --help
```

### Configuration
Before use any command. You can configure environment variables.

You can set environment variables to use `.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 7d48cfb

Please sign in to comment.