Skip to content
Snippets Groups Projects
Unverified Commit 2a02d460 authored by abousselmi's avatar abousselmi Committed by GitHub
Browse files

Update with the new webuicfg config file

parent 0f89755b
Branches
Tags
No related merge requests found
......@@ -59,7 +59,7 @@ func (*WEBUI) Initialize(c *cli.Context) {
if config.webuicfg != "" {
factory.InitConfigFactory(config.webuicfg)
} else {
DefaultUdrConfigPath := path_util.Gofree5gcPath("free5gc/config/udrcfg.conf")
DefaultUdrConfigPath := path_util.Gofree5gcPath("free5gc/config/webuicfg.conf")
factory.InitConfigFactory(DefaultUdrConfigPath)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment