Skip to content

Commit 9241826

Browse files
committed
fix: Aquila => Taurus
1 parent 99f8794 commit 9241826

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

crates/taurus/src/config/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pub struct Config {
3232
pub runtime_status_update_interval_seconds: u64,
3333
}
3434

35-
/// Implementation for all relevant `Aquila` startup configurations
35+
/// Implementation for all relevant `Taurus` startup configurations
3636
///
3737
/// Behavior:
3838
/// Searches for the env. file at root level. Filename: `.env`

docs/installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Taurus configuration is split into shared variables and mode-specific variables.
8484
|-----------------------|--------------------------------------------------------------------------------------------------------------|---------------------------------|
8585
| `MODE` | Runtime mode. `static` loads local flows. `dynamic` enables dynamic synchronization with Sagittarius. | `static` |
8686
| `ENVIRONMENT` | Runtime environment (`development`, `staging`, `production`). | `development` |
87-
| `NATS_URL` | URL of the NATS instance Aquila connects to. | `nats://localhost:4222` |
87+
| `NATS_URL` | URL of the NATS instance Taurus connects to. | `nats://localhost:4222` |
8888
| `AQUILA_URL` | URL of the Aquila instance . | `nats://localhost:4222` |
8989
| `AQUILA_TOKEN` | Token to authenticate agains Aquila. | `nats://localhost:4222` |
9090
| `GRPC_HOST` | Hostname for the Taurus gRPC server. | `127.0.0.1` |

0 commit comments

Comments
 (0)