timvideos / streaming-system

Tim Video's - Live Streaming for user groups and other events.
https://code.timvideos.us/
Apache License 2.0
131 stars 52 forks source link

config.py assert on config.private.json keys #48

Closed luke-john closed 10 years ago

luke-john commented 10 years ago

There is currently an assert on config.py https://github.com/timvideos/streaming-system/blob/master/config.py#L64 which is throwing the Makefile when you try and serve.

Given that config.json is intended to hold default/testing values and not real data, I think removing this assert makes sense.

mithro commented 10 years ago

Yes, makes sense.

BTW Would you mind moving all the pycon stuff into a config.private.json.example ?

luke-john commented 10 years ago

Sure, I've added a separate pull request #50 with this file added.