Subversion Repositories SmartDukaan

Rev

Rev 17340 | Rev 17605 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 17340 Rev 17393
Line 36... Line 36...
36
            'Accept-Charset' : 'ISO-8859-1,utf-8;q=0.7,*;q=0.3',
36
            'Accept-Charset' : 'ISO-8859-1,utf-8;q=0.7,*;q=0.3',
37
            'Connection':'keep-alive',
37
            'Connection':'keep-alive',
38
            'Accept-Encoding' : 'gzip,deflate,sdch'
38
            'Accept-Encoding' : 'gzip,deflate,sdch'
39
        }
39
        }
40
PROXY_MESH_LIVE = "ch.proxymesh.com:31280"
40
PROXY_MESH_LIVE = "ch.proxymesh.com:31280"
41
PROXY_MESH_GENERAL = "us-dc.proxymesh.com:31280"
41
PROXY_MESH_GENERAL = "us-ca.proxymesh.com:31280"
42
PROXY_FLIPKART = "117.240.187.35:3128"
42
PROXY_FLIPKART = "117.240.187.35:3128"
43
 
43
 
44
PUSH_NOTIFICATION_URL='http://api.profittill.com/admin/users/push'
44
PUSH_NOTIFICATION_URL='http://api.profittill.com/admin/users/push'
45
DTR_API_BASIC_AUTH = base64.encodestring('%s:%s' % ("dtr", "dtr18Feb2015")).replace('\n', '')
45
DTR_API_BASIC_AUTH = base64.encodestring('%s:%s' % ("dtr", "dtr18Feb2015")).replace('\n', '')
46
statusMap = {1:'Active',2:'EOL',3:'In Process',4:'Exclusive'}
46
statusMap = {1:'Active',2:'EOL',3:'In Process',4:'Exclusive'}