-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample_config.ini
43 lines (32 loc) · 895 Bytes
/
sample_config.ini
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
37
38
39
40
41
42
43
[VSA]
#Client ID from Kaseya (see guide here, ensure redirect URI is the same as you specify below) http://help.kaseya.com/webhelp/EN/RESTAPI/9050000/UsingOAuth2.0toAccessVSAAPIs.pdf
client_id =
# Client secret from Kaseya
client_secret =
# VSA_URI with protocol and no trailing slash
vsa_uri =
[Listener]
# redirect_uri specified in Kaseya (REQUIRED)
redirect_uri = https://localhost:1002/
# Port to listen for auth callback (optional, not implemented)
listen_port = 1002
# listen IP (optional, not implemented)
listen_ip = 127.0.0.1
[Email]
# SMTP Details
smtp_username =
smtp_password =
smtp_emailfrom =
smtp_emailto =
smtp_server =
smtp_port =
# IMAP Details (Mailbox to watch for your auth response)
imap_username =
imap_password =
imap_email =
imap_server =
imap_port =
imap_refresh_interval = 60
# Do not touch the below auth section at all
[Auth]
refresh_token =