fetch emails through Zero MQ
This commit is contained in:
parent
dd7ab75460
commit
2c5b63fcf5
10 changed files with 62 additions and 27 deletions
6
app/conf/config.py
Normal file
6
app/conf/config.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# TODO move to JSON config
|
||||
|
||||
zmq = {'pub_port': 7701, 'sub_port':7702}
|
||||
Loading…
Add table
Add a link
Reference in a new issue