I am implementing a web socket server application using play framework 2.7 I would like to implement a remote configuration where all the application's configuration should reside in a github.
When i searched for documents to implement it, i found below url,
https://github.com/play-rconf
but accessing configuration from github is not listed. Is there any better way or document do access the config server from github (like in Spring) ?