Subversion Repositories SmartDukaan

Rev

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

Rev 15468 Rev 15579
Line 16... Line 16...
16
            'Accept-Language' : 'en-US,en;q=0.8',                     
16
            'Accept-Language' : 'en-US,en;q=0.8',                     
17
            'Accept-Charset' : 'ISO-8859-1,utf-8;q=0.7,*;q=0.3',
17
            'Accept-Charset' : 'ISO-8859-1,utf-8;q=0.7,*;q=0.3',
18
            'Connection':'keep-alive',
18
            'Connection':'keep-alive',
19
            'Accept-Encoding' : 'gzip,deflate,sdch'
19
            'Accept-Encoding' : 'gzip,deflate,sdch'
20
        }
20
        }
21
PROXY_MESH_LIVE = "ch.proxymesh.com:31280"
21
PROXY_MESH_LIVE = "us.proxymesh.com:31280"
22
PROXY_MESH_GENERAL = "us-il.proxymesh.com:31280"
22
PROXY_MESH_GENERAL = "us-il.proxymesh.com:31280"
23
 
23
 
24
PUSH_NOTIFICATION_URL='http://api.profittill.com/admin/users/push'
24
PUSH_NOTIFICATION_URL='http://api.profittill.com/admin/users/push'
25
DTR_API_BASIC_AUTH = base64.encodestring('%s:%s' % ("dtr", "dtr18Feb2015")).replace('\n', '')
25
DTR_API_BASIC_AUTH = base64.encodestring('%s:%s' % ("dtr", "dtr18Feb2015")).replace('\n', '')
26
 
26