-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
18 lines (18 loc) · 1.22 KB
/
config.json
File metadata and controls
18 lines (18 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"connection_string": "DRIVER={ODBC Driver 17 for SQL Server};SERVER=192.168.1.7\\SQLEXPRESS;DATABASE=GuthPumpRegistry;UID=sa;PWD=passwordnano14;Encrypt=yes;TrustServerCertificate=yes;",
"document_dirs": {
"certificate": "C:/Users/travism/OneDrive - Guth South Africa (Pty) Ltd/Technical Drive/Pumps/Pump Test Certificates/Pump Program/Certificates",
"bom": "C:/Users/travism/OneDrive - Guth South Africa (Pty) Ltd/Technical Drive/Pumps/Pump Test Certificates/Pump Program/Bill Of Material",
"confirmation": "C:/Users/travism/OneDrive - Guth South Africa (Pty) Ltd/Technical Drive/Pumps/Pump Test Certificates/Pump Program/Confirmation Documents",
"reports": "C:/Users/travism/OneDrive - Guth South Africa (Pty) Ltd/Technical Drive/Pumps/Pump Test Certificates/Pump Program/Reports",
"excel_exports": "C:/Users/travism/OneDrive - Guth South Africa (Pty) Ltd/Technical Drive/Pumps/Pump Test Certificates/Pump Program/Excel Reports"
},
"email_settings": {
"smtp_host": "smtp.gmail.com",
"smtp_port": "587",
"smtp_username": "guthsouthafrica@gmail.com",
"smtp_password": "baar tgsr fjvp ktgw",
"sender_email": "guth@guth.co.za",
"use_tls": true
}
}