Commit cd63c9fe authored by Tien-Thinh Nguyen's avatar Tien-Thinh Nguyen

Add constructor for UDR Config

parent 5ecea9bc
......@@ -36,7 +36,14 @@
using namespace libconfig;
namespace config {
udr_config::udr_config() {}
//------------------------------------------------------------------------------
udr_config::udr_config() : mysql(), instance(), pid_dir(), nudr() {
nudr_http2_port = 8080;
nudr_api_version = "v1";
}
//------------------------------------------------------------------------------
udr_config::~udr_config() {}
//------------------------------------------------------------------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment