yss163com / coturn

Automatically exported from code.google.com/p/coturn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow change of MongoDB collection names

GoogleCodeExporter opened this issue · comments

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

I think that the complication is not very necessary.

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

  • Changed state: WontFix