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 c412b8c commit a0764a9Copy full SHA for a0764a9
1 file changed
crates/base/src/config.rs
@@ -78,10 +78,8 @@ impl AdapterConfig {
78
"AQUILA_URL",
79
String::from("grpc://localhost:50051"),
80
);
81
- let aquila_token = code0_flow::flow_config::env_with_default(
82
- "AQUILA_TOKEN",
83
- String::from("token"),
84
- );
+ let aquila_token =
+ code0_flow::flow_config::env_with_default("AQUILA_TOKEN", String::from("token"));
85
86
let environment =
87
code0_flow::flow_config::env_with_default("ENVIRONMENT", Environment::Development);
0 commit comments