File size: 101 Bytes
870ab6b
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
app = {
    'host': '0.0.0.0',
    'port': 1337,
    'debug': True
}

request = {
    'timeout': 60
}