forked from googleworkspace/apps-script-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig_app.json
More file actions
27 lines (27 loc) · 815 Bytes
/
config_app.json
File metadata and controls
27 lines (27 loc) · 815 Bytes
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
{
"gpg": {
"gpg_binary_path": "C:\\Program Files (x86)\\gnupg\\bin\\gpg.exe"
},
"sftp": {
"host": "dataexportsftp.cdk.com",
"port": 22,
"username": "DYW_E105461",
"password": "Xthx<Wr,TeQYhPzl",
"directory": "/C186048/Appointments"
},
"local": {
"directory": "F:\\CDK\\Appointments",
"archive": "F:\\CDK\\Appointments\\archive",
"private_key": "F:\\CDK\\0x26364887-sec.asc"
},
"ssis": {
"package_path": "F:\\CDK\\Appointments\\source\\cdk_appointments_pgp.dtsx"
},
"email": {
"sender": "max@dodgemiami.com",
"password": "cssqtcknamfovpjq",
"receiver": "max@dodgemiami.com",
"smtp_server": "smtp.gmail.com",
"smtp_port": 587
}
}