I think we should do some more checks in Config.py besides the ones are doing.
e.g. check that no blanks for string fields, valid numbers in number fields, either IP address or string in SMTP server and Host Name
true/false in boolean field
list of possible choices in STREAMING_FILTER
API_KEY != UNKNOWN and does this need to be to be a certain length?
I can take this one because I am making lots of changes to Config already.
I think we should do some more checks in Config.py besides the ones are doing. e.g. check that no blanks for string fields, valid numbers in number fields, either IP address or string in SMTP server and Host Name true/false in boolean field list of possible choices in STREAMING_FILTER API_KEY != UNKNOWN and does this need to be to be a certain length?
I can take this one because I am making lots of changes to Config already.