Skip to content
This repository was archived by the owner on Dec 27, 2022. It is now read-only.

added hwm and source_host #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

nukemberg
Copy link

No description provided.

try {
this.source_host = InetAddress.getLocalHost().getHostName();
} catch (java.net.UnknownHostException uKhe) {
this.source_host = "localhost";
Copy link
Owner

Choose a reason for hiding this comment

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

Does doing this override the value set in the properties file? I swear I added a config option for explcit hostname definition.

@nukemberg
Copy link
Author

ahm, do you need me to change anything?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants