File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments