Properties name change

This commit is contained in:
stephb9959
2021-08-17 14:36:46 -07:00
parent 40692528d0
commit a437acbc09
2 changed files with 1 additions and 1 deletions

View File

@@ -31,7 +31,7 @@
namespace uCentral {
static const char * vDAEMON_PROPERTIES_FILENAME = "ow_prov.properties";
static const char * vDAEMON_PROPERTIES_FILENAME = "owprov.properties";
static const char * vDAEMON_ROOT_ENV_VAR = "OWPROV_ROOT";
static const char * vDAEMON_CONFIG_ENV_VAR = "OWPROV_CONFIG";
static const char * vDAEMON_APP_NAME = uSERVICE_PROVISIONING.c_str();