update Config handling

rename from_env() -> fromEnv()
add fromDefs()
This commit is contained in:
Michael Davidsaver
2020-07-21 13:32:17 -07:00
parent c282d94621
commit 7debb1fae3
17 changed files with 158 additions and 68 deletions
+1 -1
View File
@@ -85,7 +85,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);