Skip to content

Instantly share code, notes, and snippets.

@dsugden
Created April 10, 2015 17:26
Show Gist options
  • Select an option

  • Save dsugden/c5700168678f5b2719e0 to your computer and use it in GitHub Desktop.

Select an option

Save dsugden/c5700168678f5b2719e0 to your computer and use it in GitHub Desktop.
singlemicro {
ip = "127.0.0.1"
ip = ${?SINGLEMICRO_BIND_IP}
port = 8096
port = ${?SINGLEMICRO_BIND_PORT}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment