From 14cb7a657f7167fcbaea296d18b80d6b6644fddb Mon Sep 17 00:00:00 2001 From: stephb9959 Date: Thu, 8 Sep 2022 22:03:00 -0700 Subject: [PATCH] Update to v2.7.0 Signed-off-by: stephb9959 --- microservice_sample_cpp/src/Daemon.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/microservice_sample_cpp/src/Daemon.h b/microservice_sample_cpp/src/Daemon.h index 4c99274..06fb487 100644 --- a/microservice_sample_cpp/src/Daemon.h +++ b/microservice_sample_cpp/src/Daemon.h @@ -30,8 +30,8 @@ namespace OpenWifi { static const char * vDAEMON_PROPERTIES_FILENAME = "ow_helloworld.properties"; - static const char * vDAEMON_ROOT_ENV_VAR = "OWHELLOW_ROOT"; - static const char * vDAEMON_CONFIG_ENV_VAR = "OWHELLOW_CONFIG"; + static const char * vDAEMON_ROOT_ENV_VAR = "OWHELLOWORLD_ROOT"; + static const char * vDAEMON_CONFIG_ENV_VAR = "OWHELLOWORLD_CONFIG"; static const char * vDAEMON_APP_NAME = "ow_helloworld"; static const uint64_t vDAEMON_BUS_TIMER = 10000;