Skip to content

Commit

Permalink
chore: revert breaking command line arguments changes
Browse files Browse the repository at this point in the history
introduced in #438
  • Loading branch information
fengelniederhammer committed May 28, 2024
1 parent d0bcb15 commit 835689a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/silo_api/api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
#include "silo_api/logging.h"
#include "silo_api/request_handler_factory.h"

static const std::string PREPROCESSING_CONFIG_OPTION = "preprocessing-config";
static const std::string RUNTIME_CONFIG_OPTION = "runtime-config";
static const std::string DATABASE_CONFIG_OPTION = "database-config";
static const std::string PREPROCESSING_CONFIG_OPTION = "preprocessingConfig";
static const std::string RUNTIME_CONFIG_OPTION = "runtimeConfig";
static const std::string DATABASE_CONFIG_OPTION = "databaseConfig";
static const std::string API_OPTION = "api";
static const std::string PREPROCESSING_OPTION = "preprocessing";

Expand Down

0 comments on commit 835689a

Please sign in to comment.