mirror of
https://github.com/openappsec/openappsec.git
synced 2025-10-03 21:13:46 +03:00
Support local managment for embedded agent on nginx
This commit is contained in:
@@ -64,6 +64,13 @@ getConfigurationFlag(const string &flag)
|
||||
return Singleton::Consume<I_Config>::from<MockConfigProvider>()->getConfigurationFlag(flag);
|
||||
}
|
||||
|
||||
string
|
||||
getConfigurationFlagWithDefault(const string &default_val, const string &flag)
|
||||
{
|
||||
return
|
||||
Singleton::Consume<I_Config>::from<MockConfigProvider>()->getConfigurationFlagWithDefault(default_val, flag);
|
||||
}
|
||||
|
||||
const string &
|
||||
getFilesystemPathConfig()
|
||||
{
|
||||
|
Reference in New Issue
Block a user