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

Define an Ice Secret? #4

Closed tyler274 closed 9 years ago

tyler274 commented 9 years ago

Is this required and if so how do I got about it.

alfg commented 9 years ago

Ice authentication isn't supported on murmur-rest at the moment. So it's best to comment out these two lines in your mumble-server.ini in order to use write operations:

#icesecretread=
#icesecretwrite=
alfg commented 9 years ago

Did this work for you?