Created
June 17, 2021 15:13
-
-
Save JaniKibichi/0c9cddcb3043ec69da50dfdcff18fd22 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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