ReCodEx - Task Broker
ReCodEx is complex programmer testing solution, primary targeted to technical universities. It's highly customizable and based on modern technologies.
|
#include <notifier_config.h>
Public Attributes | |
std::string | address |
uint16_t | port |
std::string | username |
std::string | password |
Configuration of frontend connection and where to find it.
Definition at line 10 of file notifier_config.h.
std::string notifier_config::address |
Address which frontend occupies.
Definition at line 15 of file notifier_config.h.
std::string notifier_config::password |
Password for HTTP authentication.
Definition at line 28 of file notifier_config.h.
uint16_t notifier_config::port |
Port on which frontend runs.
Definition at line 19 of file notifier_config.h.
std::string notifier_config::username |
Username which is used in HTTP authentication.
Definition at line 24 of file notifier_config.h.