Skip to content

Commit ad43eed

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Raphael Götz <52959657+raphael-goetz@users.noreply.github.com>
1 parent 5d87e83 commit ad43eed

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/installation.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,13 @@ Taurus configuration is split into shared variables and mode-specific variables.
8282

8383
| Name | Description | Default |
8484
|-----------------------|--------------------------------------------------------------------------------------------------------------|---------------------------------|
85-
| `MODE` | Runtime mode. `static` loads local flows. `dynamic` enables dynamic synchronization with Sagittarius. | `static` |
85+
| `MODE` | Runtime mode. `static` loads local flows. `dynamic` enables dynamic synchronization with Sagittarius. | `dynamic` |
8686
| `ENVIRONMENT` | Runtime environment (`development`, `staging`, `production`). | `development` |
87-
| `NATS_URL` | URL of the NATS instance Aquila connects to. | `nats://localhost:4222` |
88-
| `AQUILA_URL` | URL of the Aquila instance . | `nats://localhost:4222` |
89-
| `AQUILA_TOKEN` | Token to authenticate agains Aquila. | `nats://localhost:4222` |
87+
| `NATS_URL` | URL of the NATS instance Taurus connects to. | `nats://localhost:4222` |
88+
| `AQUILA_URL` | URL of the Aquila instance. | `http://localhost:50051` |
89+
| `AQUILA_TOKEN` | Token used by Taurus to authenticate with Aquila. | `token` |
9090
| `GRPC_HOST` | Hostname for the Taurus gRPC server. | `127.0.0.1` |
91-
| `GRPC_PORT` | Port for the Taurus gRPC server. | `50051` |
91+
| `GRPC_PORT` | Port for the Taurus gRPC server. | `50051` |
9292
| `WITH_HEALTH_SERVICE` | Enables the gRPC health service when set to `true`. | `false` |
9393

9494
### Dynamic Mode

0 commit comments

Comments
 (0)