for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
RUN_SETTING = {
'host': 'localhost',
'port': 5000,
'debug': True,
'threaded': True
}