-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
36 lines (36 loc) · 881 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
27
28
29
30
31
32
33
34
35
36
{
"General": {
"EmailEnabled": true,
"LoggingEnabled": true,
"PreActionEnabled": false,
"PostActionEnabled": true
},
"Paths": {
"SqlDir": "C:\\Scripts\\clever_sync\\sql",
"OutputDir": "C:\\Scripts\\clever_sync\\output",
"LogDir": "C:\\Scripts\\clever_sync\\logs"
},
"OdbcArgs": {
"LoginName": "",
"LoginPassword": "",
"DatabaseName": "",
"ServerAddress": "",
"ServerPort": "1433"
},
"MailArgs": {
"SmtpServer": "smtp-relay.gmail.com",
"Port": 587,
"UseSsl": true,
"Subject": "Clever Sync",
"From": "",
"To": ["", ""]
},
"PreActionArgs": {
"FilePath": "",
"ArgumentList": ""
},
"PostActionArgs": {
"FilePath": "C:\\Tools\\rclone\\rclone.exe",
"ArgumentList": "sync C:\\Scripts\\clever_sync\\output CleverSFTP: --config C:\\Tools\\rclone\\CleverSFTP.conf --progress"
}
}