truestep / coturn

Automatically exported from code.google.com/p/coturn
Other
0 stars 0 forks source link

Allow change of MongoDB collection names #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I currently have a database with some collection names that follow a 
convention. I want to share this DB with Turnserver but unfortunately a couple 
of the collection names used are the same.

I would like the option in the conf file to set the string collection name used 
for each function.

e.g. in the config we would have the following

mongodb-collection-allowed-peer-ip="allowed_peer_ip"
mongodb-collection-denied-peer-ip="denied_peer_ip"
mongodb-collection-realms="realms"
mongodb-collection-turn-secret="turn_secret"
mongodb-collection-turnusers-lt="turnusers_lt"
mongodb-collection-turnusers-st="turnusers-st"

Original issue reported on code.google.com by andysav...@wowwee.com.hk on 28 Aug 2014 at 4:54

GoogleCodeExporter commented 9 years ago
I think that the complication is not very necessary.

Original comment by mom040...@gmail.com on 8 Sep 2014 at 8:35