Skip to content

Commit

Permalink
Set server homeenv to GRIBJUMP_HOME
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisspyB committed Sep 13, 2024
1 parent 4868527 commit 57d567e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/gribjump-server.cc
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ namespace gribjump {
class GribJumpServerApp : public BaseApp, public GribJumpServer {
public:
GribJumpServerApp(int argc, char** argv) :
BaseApp(argc, argv),
BaseApp(argc, argv, "GRIBJUMP_HOME"),
GribJumpServer(eckit::net::Port( // gribjumpServerPort
"gribjumpServer", eckit::Resource<int>("$GRIBJUMP_SERVER_PORT", LibGribJump::instance().config().getInt("server.port", 9777)
)))
Expand Down

0 comments on commit 57d567e

Please sign in to comment.