We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52f3377 commit d30a233Copy full SHA for d30a233
src/configuration.rs
@@ -35,7 +35,7 @@ impl Config {
35
Config {
36
environment: env_with_default("ENVIRONMENT", Environment::Development),
37
mode: env_with_default("MODE", Mode::STATIC),
38
- nats_url: env_with_default("RABBITMQ_URL", String::from("amqp://localhost:5672")),
+ nats_url: env_with_default("NATS_URL", String::from("nats://localhost:5672")),
39
aquila_url: env_with_default("AQUILA_URL", String::from("http://localhost:50051")),
40
with_health_service: env_with_default("WITH_HEALTH_SERVICE", false),
41
grpc_host: env_with_default("GRPC_HOST", "127.0.0.1".to_string()),
0 commit comments