Skip to content

Instantly share code, notes, and snippets.

@damionjunk
Created May 16, 2013 21:19
Show Gist options
  • Save damionjunk/5595196 to your computer and use it in GitHub Desktop.
Save damionjunk/5595196 to your computer and use it in GitHub Desktop.
<interfaces>
<interface name="management">
<inet-address value="${jboss.bind.address.management:127.0.0.1}"/>
</interface>
<interface name="public">
<nic name="eth0"/>
</interface>
<interface name="unsecure">
<inet-address value="${jboss.bind.address.unsecure:127.0.0.1}"/>
</interface>
</interfaces>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment