Skip to content

Refactor path for configuration file, option(s) and Docker image#150

Merged
thakurajayL merged 2 commits intoomec-project:mainfrom
gab-arrobo:refactor-configuration
Nov 1, 2024
Merged

Refactor path for configuration file, option(s) and Docker image#150
thakurajayL merged 2 commits intoomec-project:mainfrom
gab-arrobo:refactor-configuration

Conversation

@gab-arrobo
Copy link
Copy Markdown
Contributor

No description provided.

Signed-off-by: Arrobo, Gabriel <gabriel.arrobo@intel.com>
Signed-off-by: Arrobo, Gabriel <gabriel.arrobo@intel.com>
@gab-arrobo gab-arrobo force-pushed the refactor-configuration branch from b9872ab to d305b21 Compare November 1, 2024 04:07
})

srv, err := http2_util.NewServer(":30678", NrfLogPath, router)
srv, err := http2_util.NewServer(":30678", "/opt/sslkey", router)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you pls point me where /opt/sslkey is updated?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The path is actually not used. This is just a "test" server. That is, the path in this case is irrelevant. If you look into the service/init.go, there you will see that we update the path for the log accordingly (which is set to be the same directory as where the config file is located)

Copy link
Copy Markdown
Contributor Author

@gab-arrobo gab-arrobo Nov 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@thakurajayL thakurajayL merged commit cef0179 into omec-project:main Nov 1, 2024
@gab-arrobo gab-arrobo deleted the refactor-configuration branch November 1, 2024 23:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants