Created
November 3, 2016 13:06
-
-
Save anonymous/95c62d0414d81358a79281696058ab65 to your computer and use it in GitHub Desktop.
the description for this gist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
microservice { | |
host = "127.0.0.1" | |
host = ${?MICROSERVICE_BIND_IP} | |
port = 8080 | |
port = ${?MICROSERVICE_BIND_PORT} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment