update Config handling
rename from_env() -> fromEnv() add fromDefs()
This commit is contained in:
+1
-1
@@ -72,7 +72,7 @@ int main(int argc, char* argv[])
|
||||
|
||||
// Build server which will server this PV
|
||||
// Configure using process environment.
|
||||
server::Server serv = server::Config::from_env()
|
||||
server::Server serv = server::Config::fromEnv()
|
||||
.build()
|
||||
.addPV(argv[1], pv);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user