update Config handling
rename from_env() -> fromEnv() add fromDefs()
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ int main(int argc, char* argv[])
|
||||
logger_config_env();
|
||||
|
||||
// Create a client context
|
||||
client::Context ctxt(client::Config::from_env()
|
||||
client::Context ctxt(client::Config::fromEnv()
|
||||
.build());
|
||||
|
||||
// Fetch current value
|
||||
|
||||
Reference in New Issue
Block a user