Subversion Repositories SmartDukaan

Rev

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

Rev 5911 Rev 6643
Line 26... Line 26...
26
DB_USER = "root"
26
DB_USER = "root"
27
DB_PASSWORD = "shop2020"
27
DB_PASSWORD = "shop2020"
28
DB_NAME = "transaction"
28
DB_NAME = "transaction"
29
 
29
 
30
FILENAME = "/root/lastMaxOrderId"
30
FILENAME = "/root/lastMaxOrderId"
31
MAILTO = ['anupam.singh@shop2020.in', 'amar.kumar@shop2020.in', 'pankaj.kankar@shop2020.in']
31
MAILTO = ['anupam.singh@shop2020.in', 'amar.kumar@shop2020.in', 'rajveer.singh@shop2020.in']
32
SENDER = "help@shop2020.in"
32
SENDER = "help@shop2020.in"
33
PASSWORD = "5h0p2o2o"
33
PASSWORD = "5h0p2o2o"
34
SMTP_SERVER = "smtp.gmail.com"
34
SMTP_SERVER = "smtp.gmail.com"
35
SMTP_PORT = 587    
35
SMTP_PORT = 587    
36
 
36