Statistics
| Branch: | Revision:

root / TTConfig.py @ 21:06babbe78f55

History | View | Annotate | Download (521 Bytes)

1
TTdb = {
2
    'host'       : 'localhost',
3
    'user'       : 'root',
4
    'db'         : 'TTdb', 
5
    'use_unicode': True,
6
    'charset'    : 'utf8',
7
}
8

    
9

    
10
TTdb_v2 = {
11
    'host'       : 'localhost',
12
    'user'       : 'root',
13
    'db'         : 'TTdb_v2',
14
    'use_unicode': True,
15
    'charset'    : 'utf8',
16
}
17

    
18
IMAP_server = {
19
    'host'       : 'imap.laposte.net',
20
    'user'       : 'egee.tts@laposte.net',
21
}
22

    
23
configuration = {
24
    'min_keys_parsed' :5,
25
    'table_raw_emails': 'email',
26
    'stdTickets_table': 'TTstd',
27
}