alfg / murmur-rest

:headphones: A RESTful API for administering virtual Mumble servers. Built with Flask and Ice.
https://github.com/alfg/murmur-rest
79 stars 34 forks source link

feat: make murmur ICE host and port configurable #33

Closed koalp closed 4 years ago

koalp commented 4 years ago

closes #32

Murmur ICE host and port where not configurable.

Therefore, configuration variables that allows to configure it have been added : MURMUR_ICE_HOST MURMUR_ICE_PORT

TODO:

alfg commented 4 years ago

Thanks!