Skip to content

Instantly share code, notes, and snippets.

@JaniKibichi
Created June 17, 2021 15:13
Show Gist options
  • Save JaniKibichi/0c9cddcb3043ec69da50dfdcff18fd22 to your computer and use it in GitHub Desktop.
Save JaniKibichi/0c9cddcb3043ec69da50dfdcff18fd22 to your computer and use it in GitHub Desktop.
akka{
http{
server{
server-header = "UTILITY USSD API"
request-timeout = 30s
}
}
}
http {
host = "0.0.0.0"
host = ${?HOST}
port = 7500
port = ${?PORT}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment