-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.json
26 lines (26 loc) · 945 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"email_account": {
"smtp_server": "smtp.example.com",
"port": "25",
"username": "exampleUser1",
"password": "examplePassword1234"
},
"email_header": {
"recipient_email": "[email protected]",
"recipient_name": "Example Mailing List",
"bcc": "[email protected]",
"sender_email": "[email protected]",
"sender_name": "Example Committee",
"reply_to_email": "[email protected]",
"reply_to_name": "Correspondent from Example Committee",
"subject": "[Comp Club] exampleSubject"
},
"upload_account": {
"upload_domain": "https://example.com",
"upload_server": "example.com",
"upload_source": "./src/img/exampleFolder/exampleFileNameWithExtension",
"upload_destination": "./Websites/exampleFolder/exampleFileNameWithExtension",
"username": "exampleUser2",
"password": "examplePassWord5678"
}
}